[oe-commits] Martin Jansa : imagemagick: Add PACKAGECONFIG for jp2

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:46 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: edb356a2aa57ef8114c182c27353bf2a8e85b652
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=edb356a2aa57ef8114c182c27353bf2a8e85b652

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 19:35:15 2013 +0200

imagemagick: Add PACKAGECONFIG for jp2

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../imagemagick/imagemagick_6.8.6.bb               |    3 +++
 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 4ebcde5..9963990 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 \



More information about the Openembedded-commits mailing list