diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-05-31 09:49:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 09:49:03 +0000 |
commit | 08aab5d13004100d91d4014f416ef8dd077d118c (patch) | |
tree | de89c4f035083cc4f16263cb97dbf39930c5a63f /packages/gimp/gimp_2.3.8.bb | |
parent | 1e42b4d30cf60f6b546e4464e307ba5ee97a5fad (diff) |
gimp_2.3.8.bb : fix configure.in so it is possible to disable libwmf
with a --without-libwmf argument.
Diffstat (limited to 'packages/gimp/gimp_2.3.8.bb')
-rw-r--r-- | packages/gimp/gimp_2.3.8.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/gimp/gimp_2.3.8.bb b/packages/gimp/gimp_2.3.8.bb index 89d9be3e8d..84b35b1e8d 100644 --- a/packages/gimp/gimp_2.3.8.bb +++ b/packages/gimp/gimp_2.3.8.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://www.gimp.org" LICENSE = "GPL" MAINTAINER = "Koen Kooi <koen@handhelds.org>" -SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ + file://configure-libwmf.patch;patch=1" DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff" @@ -12,7 +13,8 @@ inherit autotools pkgconfig EXTRA_OECONF = " --disable-gtktest \ --disable-print \ --disable-python \ - --enable-mp" + --enable-mp \ + --without-libwmf" do_configure_append() { find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |