From edb356a2aa57ef8114c182c27353bf2a8e85b652 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 25 Aug 2013 19:35:15 +0200 Subject: imagemagick: Add PACKAGECONFIG for jp2 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-support/imagemagick') 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 \ -- cgit 1.2.3-korg