diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-30 14:11:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:37 +0000 |
commit | cc0b8f491f35c15f989a493b6ed7699b8e8152bf (patch) | |
tree | a3a756d1529da4ea61eaefda766f3ab44a0a506e /meta | |
parent | dbcddc3e9ca50caf77d52272b924f271161ba0cc (diff) | |
download | poky-cc0b8f491f35c15f989a493b6ed7699b8e8152bf.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | require gdk-pixbuf.inc | 1 | require gdk-pixbuf.inc |
2 | 2 | ||
3 | DEPENDS += "jpeg" | ||
4 | |||
3 | PR = "r0" | 5 | PR = "r0" |
4 | 6 | ||
5 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ | 7 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ |