From: Michael Lauer Date: Mon, 17 Sep 2007 19:36:00 +0000 (+0000) Subject: gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native X-Git-Tag: Release-2010-05/1~8625^2~65^2~4^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bab9101003a5cae69f228ee57affd17747ef0cb;p=openembedded.git gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native --- 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() {