From 2db06b2b54380772a5d173fa2012e78207483002 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 28 Mar 2010 11:29:00 +0200 Subject: 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 --- recipes/glib-2.0/glib-2.0_2.23.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "\ -- cgit v1.2.3