diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 354b1809f0..185abae18d 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc @@ -28,3 +28,6 @@ LEAD_SONAME = "libaugeas.so" do_install_append() { rm -fr ${D}${datadir}/vim } + +PACKAGECONFIG ??= "" +PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"