diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-17 17:46:52 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-17 17:46:52 +0000 |
commit | b28aa01ac86f7d2393308bac950b31b116f0786c (patch) | |
tree | 7edbd66a1b3c73c5073c5aebaf5b10190a5ed8f2 | |
parent | 26d20714df5c4c09ea9fc1e5b180b697e0aeb899 (diff) | |
download | openembedded-core-b28aa01ac86f7d2393308bac950b31b116f0786c.tar.gz openembedded-core-b28aa01ac86f7d2393308bac950b31b116f0786c.tar.bz2 openembedded-core-b28aa01ac86f7d2393308bac950b31b116f0786c.zip |
glib-2.0: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/packages/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index 389233caeb..c513df09d3 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc @@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS." LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" -DEPENDS += "glib-2.0-native gtk-doc-native" +DEPENDS += "glib-2.0-native gtk-doc-native gettext" DEPENDS += "virtual/libiconv virtual/libintl" PACKAGES =+ "glib-2.0-utils " |