From cc0b8f491f35c15f989a493b6ed7699b8e8152bf Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Sun, 30 Jan 2011 14:11:57 +0800 Subject: 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 --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-gnome/gdk-pixbuf') 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 \ -- cgit v1.2.3-54-g00ecf