summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-17 17:46:52 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-17 17:46:52 +0000
commitb28aa01ac86f7d2393308bac950b31b116f0786c (patch)
tree7edbd66a1b3c73c5073c5aebaf5b10190a5ed8f2 /meta
parent26d20714df5c4c09ea9fc1e5b180b697e0aeb899 (diff)
downloadpoky-b28aa01ac86f7d2393308bac950b31b116f0786c.tar.gz
glib-2.0: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/glib-2.0/glib.inc2
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."
6LICENSE = "LGPL" 6LICENSE = "LGPL"
7SECTION = "libs" 7SECTION = "libs"
8PRIORITY = "optional" 8PRIORITY = "optional"
9DEPENDS += "glib-2.0-native gtk-doc-native" 9DEPENDS += "glib-2.0-native gtk-doc-native gettext"
10DEPENDS += "virtual/libiconv virtual/libintl" 10DEPENDS += "virtual/libiconv virtual/libintl"
11PACKAGES =+ "glib-2.0-utils " 11PACKAGES =+ "glib-2.0-utils "
12 12