diff options
| -rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.6.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.6.11.bb b/meta-oe/recipes-graphics/gimp/gimp_2.6.11.bb index 31e8925597..f952883e99 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.6.11.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.6.11.bb | |||
| @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=878e3965c7b52d85827c75f5a2f3b314" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff webkit-gtk lcms gegl poppler" | 7 | DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff webkit-gtk lcms gegl poppler" |
| 8 | 8 | ||
| 9 | PR = "r1" | ||
| 10 | |||
| 9 | inherit gnome | 11 | inherit gnome |
| 10 | 12 | ||
| 11 | SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \ | 13 | SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \ |
| @@ -14,7 +16,7 @@ SRC_URI[md5sum] = "bb2939fe13e54fc7255cef5d097bb5dd" | |||
| 14 | SRC_URI[sha256sum] = "9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1" | 16 | SRC_URI[sha256sum] = "9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1" |
| 15 | 17 | ||
| 16 | EXTRA_OECONF = "--disable-python \ | 18 | EXTRA_OECONF = "--disable-python \ |
| 17 | --without-libwmf" | 19 | --without-wmf" |
| 18 | 20 | ||
| 19 | do_configure_append() { | 21 | do_configure_append() { |
| 20 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 22 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
