blob: 0004f71c54ea02590efac123b507886ead7a119c (
plain)
1
2
3
4
5
6
|
inherit enable-selinux
# But wait! There's more! mesa builds a host program named builtin_compiler
# and it needs selinux, too. We replace the PACKAGECONFIG[] in the bbclass.
#
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native,"
|