aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 01:10:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:59:42 +0200
commitf938e7b1f793bbeab70d49675a0de5cf5ab0da2f (patch)
treee78e3ac604bc1dba20fb3ef0ef2603e9f96169cf /meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
parent4f99dea3f675af4e7ee07b96521c7c3825fad1ab (diff)
downloadmeta-openembedded-contrib-f938e7b1f793bbeab70d49675a0de5cf5ab0da2f.tar.gz
gimp: Add PACKAGECONFIG for bzip2, libxpm, libjasper and gudevjansa/deps
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb')
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
index 77bc6bd0cf..5e371b1582 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
@@ -11,6 +11,10 @@ inherit gnome
PACKAGECONFIG ??= ""
PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
+PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
+PACKAGECONFIG[libxpm] = "--with-libxpm,--without-libxpm,libxpm"
+PACKAGECONFIG[libjasper] = "--with-libjasper,--without-libjasper,jasper"
+PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,udev"
SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
file://freetype.patch \