diff options
author | Steve Sakoman <sakoman@tera.(none)> | 2008-12-31 20:48:32 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-02 17:35:36 +0100 |
commit | 17c642af342f768a9cdb15d6a751e10f09918ee9 (patch) | |
tree | b6caacf7ccbe3801ab097b5732d89ac81b7ed876 | |
parent | dd6cffb0ee74be55e63e9f90e9e52f272d3bff8d (diff) |
gimp: remove extra gdk-pixbuf-csource-native from DEPENDS
gimp: remove extra gdk-pixbuf-csource-native from DEPENDS
-rw-r--r-- | packages/gimp/gimp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gimp/gimp.inc b/packages/gimp/gimp.inc index 299cfa2bc1..2894582a8e 100644 --- a/packages/gimp/gimp.inc +++ b/packages/gimp/gimp.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gimp.org" SECTION = "x11/graphics" LICENSE = "GPL" -DEPENDS = "gdk-pixbuf-csource-native sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff" +DEPENDS = "sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff" SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ file://configure-libwmf.patch;patch=1" |