diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 19:35:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:53 +0200 |
commit | edb356a2aa57ef8114c182c27353bf2a8e85b652 (patch) | |
tree | 023f39c329084e254f28bf79834844318c3276be /meta-oe/recipes-support/imagemagick | |
parent | eab69c49197adb7aab91dcd73f3faf3fa4eeedb9 (diff) | |
download | meta-openembedded-edb356a2aa57ef8114c182c27353bf2a8e85b652.tar.gz |
imagemagick: Add PACKAGECONFIG for jp2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
-rw-r--r-- | meta-oe/recipes-support/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 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 | |||
20 | # if someone needs xml support then fix it first | 20 | # if someone needs xml support then fix it first |
21 | EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl" | 21 | EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | ||
24 | PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper" | ||
25 | |||
23 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ | 26 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ |
24 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ | 27 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ |
25 | ${libdir}/ImageMagick-${PV}/modules-Q16/filters \ | 28 | ${libdir}/ImageMagick-${PV}/modules-Q16/filters \ |