summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.3.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb
index aa9da780f9..cdc7a3502d 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb
@@ -3,9 +3,10 @@ SECTION = "x11/gnome"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" 4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
5 5
6DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native" 6DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native polkit"
7DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native"
7 8
8PR = "r1" 9PR = "r2"
9 10
10inherit gnomebase 11inherit gnomebase
11 12
@@ -18,7 +19,10 @@ SRC_URI[archive.sha256sum] = "52008a82a847527877d9e1e549a351c86cc53cada4733b8a70
18 19
19S = "${WORKDIR}/GConf-${PV}" 20S = "${WORKDIR}/GConf-${PV}"
20 21
21EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes --disable-introspection --disable-orbit --with-openldap=no" 22POLKIT_OECONF = "--enable-defaults-service"
23POLKIT_OECONF_virtclass-native = "--disable-defaults-service"
24EXTRA_OECONF = "--disable-gtk-doc --disable-gtk --enable-shared --disable-static --enable-debug=yes \
25 --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF}"
22 26
23do_configure_prepend () { 27do_configure_prepend () {
24 touch gtk-doc.make 28 touch gtk-doc.make