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 /glib-2.0/glib-2.0_2.2.3.oe | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'glib-2.0/glib-2.0_2.2.3.oe')
-rw-r--r-- | glib-2.0/glib-2.0_2.2.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib-2.0/glib-2.0_2.2.3.oe b/glib-2.0/glib-2.0_2.2.3.oe index 03cc456d0b..dc1bd110cf 100644 --- a/glib-2.0/glib-2.0_2.2.3.oe +++ b/glib-2.0/glib-2.0_2.2.3.oe @@ -7,7 +7,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0-native" -DEPENDS += "virtual/libiconv virtual/libintl gettext-native" +DEPENDS += "virtual/libiconv virtual/libintl" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ @@ -15,7 +15,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \ S = "${WORKDIR}/glib-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext acpaths = "" do_configure_prepend () { |