diff --git a/recipes-graphics/xcb/libxcb_1.9.bbappend b/recipes-graphics/xcb/libxcb_1.9.bbappend new file mode 100644 index 0000000..f1bd5a8 --- /dev/null +++ b/recipes-graphics/xcb/libxcb_1.9.bbappend @@ -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.*"