aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-09-17 19:36:00 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2007-09-17 19:36:00 +0000
commit7bab9101003a5cae69f228ee57affd17747ef0cb (patch)
tree3634be50a4aa31b929a2609cf10310e58bc44e1d /packages/gtk+
parente9a1caa7811d14b5cd60bae5a66ba95cd2bf0a8f (diff)
downloadopenembedded-7bab9101003a5cae69f228ee57affd17747ef0cb.tar.gz
gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native
Diffstat (limited to 'packages/gtk+')
-rw-r--r--packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb b/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
index 51fb846ce9..6fbc7d936f 100644
--- a/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
+++ b/packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb
@@ -1,6 +1,6 @@
require gtk+_${PV}.bb
inherit native
-DEPENDS = ""
+DEPENDS = "jpeg-native libpng-native"
S = "${WORKDIR}/gtk+-${PV}"
FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
SRC_URI += "file://reduce-dependencies.patch;patch=1"
@@ -14,6 +14,8 @@ EXTRA_OECONF = "\
--without-x \
--with-gdktarget=linux-fb \
--without-libtiff \
+ --with-libjpeg \
+ --with-libpng \
"
do_compile() {