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 /meta/packages/glib-2.0/glib.inc | |
| parent | 26d20714df5c4c09ea9fc1e5b180b697e0aeb899 (diff) | |
| download | poky-b28aa01ac86f7d2393308bac950b31b116f0786c.tar.gz | |
glib-2.0: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/glib-2.0/glib.inc')
| -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." | |||
| 6 | LICENSE = "LGPL" | 6 | LICENSE = "LGPL" |
| 7 | SECTION = "libs" | 7 | SECTION = "libs" |
| 8 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
| 9 | DEPENDS += "glib-2.0-native gtk-doc-native" | 9 | DEPENDS += "glib-2.0-native gtk-doc-native gettext" |
| 10 | DEPENDS += "virtual/libiconv virtual/libintl" | 10 | DEPENDS += "virtual/libiconv virtual/libintl" |
| 11 | PACKAGES =+ "glib-2.0-utils " | 11 | PACKAGES =+ "glib-2.0-utils " |
| 12 | 12 | ||
