diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-15 23:27:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-16 15:35:07 +0000 |
commit | cdaf0cbe2af428a5eb1bb099ab68896c179316ff (patch) | |
tree | 538c45b95b06cccd155a72b53e8dfc8d8a3aa7c9 /meta/recipes-gnome/gnome | |
parent | a8a749c59b921b57d427e8071b5c6161856f1389 (diff) | |
download | poky-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.bb | 3 |
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}" | |||
22 | EXTRA_OECONF = "--enable-shared --disable-static \ | 22 | EXTRA_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 | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" |
26 | PACKAGECONFIG ??= "" | ||
27 | # We really don't want Polkit for native | 26 | # We really don't want Polkit for native |
28 | PACKAGECONFIG_class-native = "" | 27 | PACKAGECONFIG_class-native = "" |
29 | 28 | ||