From: Denis 'GNUtoo' Carikli Date: Sun, 28 Mar 2010 09:29:00 +0000 (+0200) Subject: glib-2.0 2.23.6: depend on zlib(configure failed because of it missing) X-Git-Tag: Release-2010-05/1~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db06b2b54380772a5d173fa2012e78207483002;p=openembedded.git 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 --- 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 = "\