summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-01-15 23:27:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-16 15:35:07 +0000
commitcdaf0cbe2af428a5eb1bb099ab68896c179316ff (patch)
tree538c45b95b06cccd155a72b53e8dfc8d8a3aa7c9 /meta/recipes-gnome/gnome
parenta8a749c59b921b57d427e8071b5c6161856f1389 (diff)
downloadpoky-cdaf0cbe2af428a5eb1bb099ab68896c179316ff.tar.gz
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>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index 1e8ca2e5d2..e6742f37d8 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -22,8 +22,7 @@ S = "${WORKDIR}/GConf-${PV}"
22EXTRA_OECONF = "--enable-shared --disable-static \ 22EXTRA_OECONF = "--enable-shared --disable-static \
23 --disable-orbit --with-openldap=no --disable-gtk" 23 --disable-orbit --with-openldap=no --disable-gtk"
24 24
25# Disable Polkit by default 25PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
26PACKAGECONFIG ??= ""
27# We really don't want Polkit for native 26# We really don't want Polkit for native
28PACKAGECONFIG_class-native = "" 27PACKAGECONFIG_class-native = ""
29 28