gdk-pixbuf-csource-native: add necessary dependencies (gettext-native, glib-2.0-native)
authorMichael Lauer <mickey@vanille-media.de>
Wed, 10 Oct 2007 10:19:23 +0000 (10:19 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Wed, 10 Oct 2007 10:19:23 +0000 (10:19 +0000)
packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb

index 6fbc7d9..2896079 100644 (file)
@@ -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"