diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 01:26:45 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 01:26:45 +0000 |
commit | f35fca62c5e6f5cc92e80641e31860d1b5b02e8c (patch) | |
tree | 048548b6acc3d5c55beffe77a19aa0c54407396c /glib-2.0/glib-2.0_2.4.1.oe | |
parent | d445d9dbd0d7550a2ccc12e99484815b1cd07da0 (diff) |
Add gettext-native, virtual/libiconv, and virtual/libintl to the glib-2.0 DEPENDS.
BKrev: 41995755_AM8DJ0_I7yAgX64ev-gtA
Diffstat (limited to 'glib-2.0/glib-2.0_2.4.1.oe')
-rw-r--r-- | glib-2.0/glib-2.0_2.4.1.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib-2.0/glib-2.0_2.4.1.oe b/glib-2.0/glib-2.0_2.4.1.oe index eab8f65960..9b3142029f 100644 --- a/glib-2.0/glib-2.0_2.4.1.oe +++ b/glib-2.0/glib-2.0_2.4.1.oe @@ -7,6 +7,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-2.0-native" +DEPENDS += "virtual/libiconv virtual/libintl gettext-native" PACKAGES =+ "glib-2.0-utils " LEAD_SONAME = "libglib-2.0.*" |