diff options
| -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 \ |
