From 7bab9101003a5cae69f228ee57affd17747ef0cb Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 17 Sep 2007 19:36:00 +0000 Subject: gdk-pixbuf-csource-native: DEPENDS on libpng-native and jpeg-native --- packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/gtk+') 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() { -- cgit 1.2.3-korg