summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
index 120ae3e021..1e8ca2e5d2 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -22,12 +22,12 @@ 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 PolicyKit by default 25# Disable Polkit by default
26PACKAGECONFIG ??= "" 26PACKAGECONFIG ??= ""
27# We really don't want PolicyKit for native 27# We really don't want Polkit for native
28PACKAGECONFIG_class-native = "" 28PACKAGECONFIG_class-native = ""
29 29
30PACKAGECONFIG[policykit] = "--enable-defaults-service,--disable-defaults-service,polkit" 30PACKAGECONFIG[polkit] = "--enable-defaults-service,--disable-defaults-service,polkit"
31PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" 31PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum"
32 32
33do_install_append() { 33do_install_append() {