summaryrefslogtreecommitdiff
path: root/packages/gimp/gimp_2.2.10.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-28 15:57:07 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-28 15:57:07 +0000
commitf39547272713578e2bfaae3ec47d073b48a31563 (patch)
tree276cc974e6585639a82eddc45dc76ebb3c82fefa /packages/gimp/gimp_2.2.10.bb
parent9a0bde6befaf560d1baf3adbf0488496daabd424 (diff)
parentedbeb005cd8711b6deef2c46d74b4057d2df0ed3 (diff)
merge of '266f6beb86630b70cfa55df7d2b557a677d187b0'
and '893542e48954804c96a716027237dc29c119d78b'
Diffstat (limited to 'packages/gimp/gimp_2.2.10.bb')
-rw-r--r--packages/gimp/gimp_2.2.10.bb19
1 files changed, 1 insertions, 18 deletions
diff --git a/packages/gimp/gimp_2.2.10.bb b/packages/gimp/gimp_2.2.10.bb
index 10242e23df..3719e2d5e5 100644
--- a/packages/gimp/gimp_2.2.10.bb
+++ b/packages/gimp/gimp_2.2.10.bb
@@ -1,21 +1,4 @@
-DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
-HOMEPAGE = "http://www.gimp.org"
-SECTION = "x11/graphics"
-LICENSE = "GPL"
+require gimp.inc
PR = "r1"
-SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-${PV}.tar.bz2"
-
-DEPENDS = "gtk+ jpeg libpng libexif"
-
-inherit autotools pkgconfig
-#Don't laugh, this just builds a threaded gimp
-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
-}