diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-27 21:08:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-27 21:08:34 +0100 |
commit | 36f71557a91971550b9e0c6848baecc605d41f54 (patch) | |
tree | 1c10bd71c46e5183991a43b3b018e7871cf67052 | |
parent | 1bbdc74a5384c81d0bdeb96f6acdfef91430d35d (diff) |
gimp: add gdk-pixbuf-csource-native to 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 2894582a8e..299cfa2bc1 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 = "sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff" +DEPENDS = "gdk-pixbuf-csource-native 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" |