diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /gnome | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gconf_2.6.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/gconf_2.6.1.oe b/gnome/gconf_2.6.1.oe index 5e950668a4..7712d2a0e1 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -2,7 +2,7 @@ SECTION = "x11/gnome" DESCRIPTION = "GNOME configuration database system" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 \ file://backends.patch;patch=1" -DEPENDS = "orbit2 glib-2.0 gettext-native libxml2" +DEPENDS = "orbit2 glib-2.0 libxml2" ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" FILES_${PN} += " ${libdir}/GConf/*" @@ -11,7 +11,7 @@ S = "${WORKDIR}/GConf-${PV}" EXTRA_OECONF = "--disable-gtk-doc" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" |