libxcb: inherit enable-selinux

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
Xin Ouyang 2013-01-29 15:22:09 +08:00
parent 14749f3fe6
commit 615c38b394

View File

@ -0,0 +1,8 @@
PR .= ".1"
inherit enable-selinux
# libxcb-xselinux will not build with libselinux, so remove the depend
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,,"
PACKAGES += "${PN}-xselinux"
FILES_${PN}-xselinux += "${libdir}/libxcb-xselinux.so.*"