aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 19:35:15 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:13:53 +0200
commitedb356a2aa57ef8114c182c27353bf2a8e85b652 (patch)
tree023f39c329084e254f28bf79834844318c3276be /meta-oe
parenteab69c49197adb7aab91dcd73f3faf3fa4eeedb9 (diff)
downloadmeta-openembedded-edb356a2aa57ef8114c182c27353bf2a8e85b652.tar.gz
imagemagick: Add PACKAGECONFIG for jp2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
index 4ebcde59be..9963990d49 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
@@ -20,6 +20,9 @@ inherit autotools binconfig pkgconfig
# if someone needs xml support then fix it first
EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper"
+
FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \
${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \
${libdir}/ImageMagick-${PV}/modules-Q16/filters \