[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: gimp: add DEPENDS and PACKAGECONFIG for help-browser

git at git.openembedded.org git at git.openembedded.org
Fri May 9 12:59:16 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: d17503d5c751322280c4f25408b44e723642b3a5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d17503d5c751322280c4f25408b44e723642b3a5

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed May  7 21:39:17 2014 +0200

gimp: add DEPENDS and PACKAGECONFIG for help-browser

* missing DEPENDS were detected in Martin's world with test-dependencies
  (libxmu & libxpm will still apear in distroless environments)
* help-browser depends on webkit-gtk which takes very long to build so disable
  it by default

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
index e7d9c45..77bc6bd 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
@@ -4,10 +4,14 @@ SECTION = "x11/graphics"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff webkit-gtk lcms gegl poppler"
+DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper"
+DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
 
 inherit gnome
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
+
 SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
            file://freetype.patch \
           "



More information about the Openembedded-commits mailing list