gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native
authorMichael Lauer <mickey@vanille-media.de>
Mon, 17 Sep 2007 19:36:00 +0000 (19:36 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Mon, 17 Sep 2007 19:36:00 +0000 (19:36 +0000)
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb

index 51fb846..6fbc7d9 100644 (file)
@@ -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() {