diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-28 11:29:00 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-28 18:16:16 +0200 |
commit | 2db06b2b54380772a5d173fa2012e78207483002 (patch) | |
tree | ccee879926db5037f20fcc48a1ea21c2be0df7e7 /recipes | |
parent | c63b4066a5b2552a04e8a2e692931fc5fbb253c6 (diff) |
glib-2.0 2.23.6: depend on zlib(configure failed because of it missing)
If we don't depend on zlib we have:
| checking for inflate in -lz... no
| configure: error: *** Working zlib library and headers not found ***
| FATAL: oe_runconf failed
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.23.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.23.6.bb b/recipes/glib-2.0/glib-2.0_2.23.6.bb index 4f717b0cf1..68d401ad1a 100644 --- a/recipes/glib-2.0/glib-2.0_2.23.6.bb +++ b/recipes/glib-2.0/glib-2.0_2.23.6.bb @@ -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 virtual/libiconv virtual/libintl" +DEPENDS = "glib-2.0-native gtk-doc virtual/libiconv virtual/libintl zlib" PR = "r1" SRC_URI = "\ |