From: Dexuan Cui Date: Sun, 30 Jan 2011 06:11:57 +0000 (+0800) Subject: gdk-pixbuf: add jpeg into DEPENDS X-Git-Tag: 2011-1~2581 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc0b8f491f35c15f989a493b6ed7699b8e8152bf;p=openembedded-core.git gdk-pixbuf: add jpeg into DEPENDS This fixes the following error: | checking for jpeg_destroy_decompress in -ljpeg... no | configure: WARNING: *** JPEG loader will not be built (JPEG library not found) *** | configure: error: | *** Checks for JPEG loader failed. You can build without it by passing | *** --without-libjpeg to configure but some programs using GTK+ may | *** not work properly | FATAL: oe_runconf failed Signed-off-by: Dexuan Cui --- diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb index ae57507334..8080719884 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb @@ -1,5 +1,7 @@ require gdk-pixbuf.inc +DEPENDS += "jpeg" + PR = "r0" FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \