summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb')
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb4
1 files changed, 1 insertions, 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 7d52cf18e..efeb575a7 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)}"
9 9
10inherit gnome gtk-doc 10inherit gnome gtk-doc
11 11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
14
15SRC_URI = " \ 12SRC_URI = " \
16 http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \ 13 http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
17 file://0001-configure-ac-do-not-check-for-freetype-config.patch \ 14 file://0001-configure-ac-do-not-check-for-freetype-config.patch \
@@ -20,6 +17,7 @@ SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb"
20SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d" 17SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d"
21 18
22EXTRA_OECONF = "--disable-python \ 19EXTRA_OECONF = "--disable-python \
20 --without-webkit \
23 --without-wmf" 21 --without-wmf"
24 22
25do_configure_append() { 23do_configure_append() {