mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +00:00
gimp: replace --without-libwmf / --without-wmf
accidently did not commit the latest (tested) changes Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
942f06731e
commit
982c4f1233
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=878e3965c7b52d85827c75f5a2f3b314"
|
|||||||
|
|
||||||
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 webkit-gtk lcms gegl poppler"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \
|
||||||
@@ -14,7 +16,7 @@ SRC_URI[md5sum] = "bb2939fe13e54fc7255cef5d097bb5dd"
|
|||||||
SRC_URI[sha256sum] = "9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1"
|
SRC_URI[sha256sum] = "9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-python \
|
EXTRA_OECONF = "--disable-python \
|
||||||
--without-libwmf"
|
--without-wmf"
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||||
|
|||||||
Reference in New Issue
Block a user