1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 02:20:12 +00:00

gconf: enable polkit if polkit distro feature is set

Enable polkit depending on whether polkit distro feature is set.

(From OE-Core rev: f82b8f40789a928cbf45ba81a218377f54ae169c)

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Stefan Agner
2019-01-15 23:27:28 +01:00
committed by Richard Purdie
parent a8a749c59b
commit cdaf0cbe2a
+1 -2
View File
@@ -22,8 +22,7 @@ S = "${WORKDIR}/GConf-${PV}"
EXTRA_OECONF = "--enable-shared --disable-static \
--disable-orbit --with-openldap=no --disable-gtk"
# Disable Polkit by default
PACKAGECONFIG ??= ""
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
# We really don't want Polkit for native
PACKAGECONFIG_class-native = ""