summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-29 15:22:09 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-31 13:33:39 +0800
commitce256e9e1588384be22724b2586799a998301867 (patch)
tree483e4697c386cb0195c5a9f6df5da5566717228f
parent1f493973db56a3dad2dfcba3f60a549830784a82 (diff)
downloadmeta-selinux-ce256e9e1588384be22724b2586799a998301867.tar.gz
libxcb: inherit enable-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-graphics/xcb/libxcb_1.8.1.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-graphics/xcb/libxcb_1.8.1.bbappend b/recipes-graphics/xcb/libxcb_1.8.1.bbappend
new file mode 100644
index 0000000..f1bd5a8
--- /dev/null
+++ b/recipes-graphics/xcb/libxcb_1.8.1.bbappend
@@ -0,0 +1,8 @@
1PR .= ".1"
2
3inherit enable-selinux
4# libxcb-xselinux will not build with libselinux, so remove the depend
5PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,,"
6
7PACKAGES += "${PN}-xselinux"
8FILES_${PN}-xselinux += "${libdir}/libxcb-xselinux.so.*"