diff options
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.3.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index f80c9104ed..ef21624de1 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb | |||
@@ -9,7 +9,7 @@ POLKIT_libc-uclibc = "" | |||
9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" |
10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | 10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" |
11 | 11 | ||
12 | PR = "r12" | 12 | PR = "r13" |
13 | 13 | ||
14 | inherit gnomebase gtk-doc | 14 | inherit gnomebase gtk-doc |
15 | 15 | ||
@@ -37,6 +37,11 @@ do_install_append() { | |||
37 | rm -f ${D}${libdir}/gio/*/*.*a | 37 | rm -f ${D}${libdir}/gio/*/*.*a |
38 | } | 38 | } |
39 | 39 | ||
40 | do_install_append_class-native() { | ||
41 | create_wrapper ${D}/${bindir}/gconftool-2 \ | ||
42 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 | ||
43 | } | ||
44 | |||
40 | # disable dbus-x11 when x11 isn't in DISTRO_FEATURES | 45 | # disable dbus-x11 when x11 isn't in DISTRO_FEATURES |
41 | RDEPENDS_${PN} += "${@base_contains('DISTRO_FEATURES', 'x11', 'dbus-x11', '', d)}" | 46 | RDEPENDS_${PN} += "${@base_contains('DISTRO_FEATURES', 'x11', 'dbus-x11', '', d)}" |
42 | RDEPENDS_${PN}_class-native = "" | 47 | RDEPENDS_${PN}_class-native = "" |