]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdk-pixbuf: add jpeg into DEPENDS
authorDexuan Cui <dexuan.cui@intel.com>
Sun, 30 Jan 2011 06:11:57 +0000 (14:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:37 +0000 (23:59 +0000)
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 <dexuan.cui@intel.com>
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb

index ae57507334e8aab07ef03c211fe04aa1c8b3bdd0..80807198845275dadccb279ac5c6c355371cfeae 100644 (file)
@@ -1,5 +1,7 @@
 require gdk-pixbuf.inc
 
+DEPENDS += "jpeg"
+
 PR = "r0"
 
 FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \