diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index cd1df1ae5f..e50d077f08 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -4,8 +4,6 @@ LICENSE = "LGPLv2+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
5 | 5 | ||
6 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub" | 6 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub" |
7 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | ||
8 | |||
9 | 7 | ||
10 | inherit gnomebase gtk-doc gettext | 8 | inherit gnomebase gtk-doc gettext |
11 | 9 | ||
@@ -44,10 +42,6 @@ do_install_append_class-native() { | |||
44 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 | 42 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 |
45 | } | 43 | } |
46 | 44 | ||
47 | # disable dbus-x11 when x11 isn't in DISTRO_FEATURES | ||
48 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'dbus-x11', '', d)}" | ||
49 | RDEPENDS_${PN}_class-native = "" | ||
50 | |||
51 | FILES_${PN} += "${libdir}/GConf/* \ | 45 | FILES_${PN} += "${libdir}/GConf/* \ |
52 | ${libdir}/gio/*/*.so \ | 46 | ${libdir}/gio/*/*.so \ |
53 | ${datadir}/polkit* \ | 47 | ${datadir}/polkit* \ |