summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
20# if someone needs xml support then fix it first 20# if someone needs xml support then fix it first
21EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl" 21EXTRA_OECONF = "--program-prefix= --without-x --without-perl --disable-openmp --without-xml --disable-opencl"
22 22
23PACKAGECONFIG ??= ""
24PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper"
25
23FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ 26FILES_${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 \