[oe-commits] Alexander Kanavin : gimp: disable webkit dependency in the recipe

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 11:06:14 UTC 2015


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

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Tue Sep 15 12:09:20 2015 +0300

gimp: disable webkit dependency in the recipe

gimp (optionally) depends on a very old version of webkit-gtk (1.6.x)
for browsing help, and oe-core no longer provides that version.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
index 7d52cf1..efeb575 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
@@ -9,9 +9,6 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
 
 inherit gnome gtk-doc
 
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
-
 SRC_URI = " \
     http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
     file://0001-configure-ac-do-not-check-for-freetype-config.patch \
@@ -20,6 +17,7 @@ SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb"
 SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d"
 
 EXTRA_OECONF = "--disable-python \
+                --without-webkit \
                 --without-wmf"
 
 do_configure_append() {



More information about the Openembedded-commits mailing list