blob: ebd272104daa552d82463aacb0ed264d22859313 (
plain)
1
2
3
4
5
6
7
8
9
|
inherit with-selinux
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
# There is no distro feature just for audit.
PACKAGECONFIG_append = " audit"
PACKAGECONFIG[audit] = "--with-audit=linux,--without-audit,audit,"
|