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 <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2011-01-30 14:11:57 +08:00 committed by Richard Purdie
parent dbcddc3e9c
commit cc0b8f491f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
require gdk-pixbuf.inc
DEPENDS += "jpeg"
PR = "r0"
FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \