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.4.5.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.4.5.oe')
-rw-r--r-- | glib-2.0/glib-2.0_2.4.5.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glib-2.0/glib-2.0_2.4.5.oe b/glib-2.0/glib-2.0_2.4.5.oe index 9b3142029f..6e68ee4379 100644 --- a/glib-2.0/glib-2.0_2.4.5.oe +++ b/glib-2.0/glib-2.0_2.4.5.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" PACKAGES =+ "glib-2.0-utils " LEAD_SONAME = "libglib-2.0.*" @@ -21,7 +21,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/glib-${PV}.tar.bz2 \ S = "${WORKDIR}/glib-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext acpaths = "" do_configure_prepend () { |