diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 14:31:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:54 +0100 |
commit | e72157e71c7e3a823d83253f68a9af881e2ab2a0 (patch) | |
tree | a32f83168f6cde164dcb348f7934e6fd8959dd72 /meta/recipes-gnome/gnome/gconf_3.2.3.bb | |
parent | 659220973f767453a5365e81b356956827dd1059 (diff) | |
download | poky-e72157e71c7e3a823d83253f68a9af881e2ab2a0.tar.gz |
gconf: Disable gtk support
There are only a couple of helper utilities within gconf that need gtk+ as a
dependency and those are unused and pretty useless. We might as well drop
the dependency on gtk and allow more parallel builds by reducing dependency
bottlenecks.
(From OE-Core rev: 6facee8443966b646cd1e72f14ae13e58a13f621)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf_3.2.3.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.3.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index ccbc24e6a4..1da7203fc4 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb | |||
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
6 | POLKIT = "polkit" | 6 | POLKIT = "polkit" |
7 | POLKIT_libc-uclibc = "" | 7 | POLKIT_libc-uclibc = "" |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 gtk+ dbus dbus-glib libxml2 intltool-native ${POLKIT}" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}" |
10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" | 10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" |
11 | 11 | ||
12 | PR = "r8" | 12 | PR = "r9" |
13 | 13 | ||
14 | inherit gnomebase | 14 | inherit gnomebase |
15 | 15 | ||
@@ -26,10 +26,8 @@ POLKIT_OECONF = "--enable-defaults-service" | |||
26 | POLKIT_OECONF_virtclass-native = "--disable-defaults-service" | 26 | POLKIT_OECONF_virtclass-native = "--disable-defaults-service" |
27 | POLKIT_OECONF_libc-uclibc = "--disable-default-service" | 27 | POLKIT_OECONF_libc-uclibc = "--disable-default-service" |
28 | 28 | ||
29 | GTKOECONF = "--with-gtk=2.0 --enable-gtk" | ||
30 | GTKOECONF_virtclass-native = "--disable-gtk" | ||
31 | EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ | 29 | EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ |
32 | --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} ${GTKOECONF}" | 30 | --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk" |
33 | 31 | ||
34 | do_configure_prepend () { | 32 | do_configure_prepend () { |
35 | touch gtk-doc.make | 33 | touch gtk-doc.make |