[oe-commits] Koen Kooi : gimp 2.6.3: explicitly depend on webkit-gtk since it gets dragged in if present

GIT User account git at amethyst.openembedded.net
Thu Apr 2 16:41:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 320a5e3633b4f91ad0d4bbd045f81ab563ec6aea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=320a5e3633b4f91ad0d4bbd045f81ab563ec6aea

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  2 18:29:27 2009 +0200

gimp 2.6.3: explicitly depend on webkit-gtk since it gets dragged in if present

---

 recipes/gimp/gimp_2.6.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gimp/gimp_2.6.3.bb b/recipes/gimp/gimp_2.6.3.bb
index 8470b6d..6bfbd1b 100644
--- a/recipes/gimp/gimp_2.6.3.bb
+++ b/recipes/gimp/gimp_2.6.3.bb
@@ -1,6 +1,8 @@
 require gimp.inc
 
-DEPENDS += "lcms gegl hal"
+PR = "r1"
+
+DEPENDS += "webkit-gtk lcms gegl hal"
 
 SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \
           "





More information about the Openembedded-commits mailing list