diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2006-04-04 12:14:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-04 12:14:37 +0000 |
commit | ebaf4ba6406ff816cce7b93329ec44b4e7e37448 (patch) | |
tree | 0d2b3b605e300190d5e8e4504984b8ebe21796ab | |
parent | e21f2e5093a027058a685f09a4b9d0151bb4dafd (diff) | |
parent | 77cd8111623f848fdfeb57fc7a9acc30bcd8c72f (diff) |
merge of c10f2ae04603d602b3a9204d9469c590262dfdf9
and e17f8316387431c6724b289c19011d99b8758e2b
-rw-r--r-- | packages/gimp/gimp_2.2.10.bb (renamed from packages/gimp/gimp_2.2.7.bb) | 5 | ||||
-rw-r--r-- | packages/gimp/gimp_2.3.3.bb | 19 |
2 files changed, 5 insertions, 19 deletions
diff --git a/packages/gimp/gimp_2.2.7.bb b/packages/gimp/gimp_2.2.10.bb index 5380106a64..59fb0a0467 100644 --- a/packages/gimp/gimp_2.2.7.bb +++ b/packages/gimp/gimp_2.2.10.bb @@ -13,3 +13,8 @@ EXTRA_OECONF = " --disable-gtktest \ --without-libtiff \ --disable-print \ --enable-mp" + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g +} + diff --git a/packages/gimp/gimp_2.3.3.bb b/packages/gimp/gimp_2.3.3.bb deleted file mode 100644 index 89d9be3e8d..0000000000 --- a/packages/gimp/gimp_2.3.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "The GIMP is the GNU Image Manipulation Program." -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" - -DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff" - -inherit autotools pkgconfig -#Don't laugh, this just builds a threaded gimp -EXTRA_OECONF = " --disable-gtktest \ - --disable-print \ - --disable-python \ - --enable-mp" - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g -} |