blob: f1bd5a8d83c2bed59f67a00705b21e9634c7bf56 (
plain)
1
2
3
4
5
6
7
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.*"
|