diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-10 10:19:23 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-10-10 10:19:23 +0000 |
commit | 5944fa872fc758f66e51add2ca3cdc33373fc12c (patch) | |
tree | 3f0f0fc681d1c091509c81aba26c97b6ce06550f | |
parent | 10873a2c35c9225f04853a323c8e01559e5a9034 (diff) |
gdk-pixbuf-csource-native: add necessary dependencies (gettext-native, glib-2.0-native)
-rw-r--r-- | packages/gtk+/gdk-pixbuf-csource-native_2.10.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |