From: Michael Lauer Date: Wed, 10 Oct 2007 10:19:23 +0000 (+0000) Subject: gdk-pixbuf-csource-native: add necessary dependencies (gettext-native, glib-2.0-native) X-Git-Tag: Release-2010-05/1~8549^2~1^2~104^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5944fa872fc758f66e51add2ca3cdc33373fc12c;p=openembedded.git gdk-pixbuf-csource-native: add necessary dependencies (gettext-native, glib-2.0-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 6fbc7d936f..2896079e8e 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 = "jpeg-native libpng-native" +DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-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"