diff options
author | Tim Orling <ticotimo@gmail.com> | 2014-07-20 12:16:26 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:02:00 +0200 |
commit | d53f24ccd3122bd1a421d56ca3af4fb7fe195849 (patch) | |
tree | 6114ba4eeaf3d70a245f0a77d8df4fd12575fef0 /meta-oe/recipes-support | |
parent | fe86f89510f8023fed99bfc02880d4f1a863d3fc (diff) | |
download | meta-openembedded-d53f24ccd3122bd1a421d56ca3af4fb7fe195849.tar.gz |
imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option
* Add PACKAGECONFIG for lzma, pango, webp, wmf
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb index e261eb8b7..31207daa6 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "ImageMagick is an image convertion tools" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "ImageMagick" | 3 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e" |
5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" |
7 | 7 | ||
8 | PATCHSET = "10" | 8 | PATCHSET = "10" |
@@ -21,7 +21,11 @@ inherit autotools binconfig pkgconfig | |||
21 | EXTRA_OECONF = "--program-prefix= --program-suffix=.im6 --without-x --without-perl --disable-openmp --without-xml --disable-opencl" | 21 | EXTRA_OECONF = "--program-prefix= --program-suffix=.im6 --without-x --without-perl --disable-openmp --without-xml --disable-opencl" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
24 | PACKAGECONFIG[jp2] = "--with-jp2,--without-jp2,jasper" | 24 | PACKAGECONFIG[jp2] = "--with-jp2,,jasper" |
25 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | ||
26 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | ||
27 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | ||
28 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" | ||
25 | 29 | ||
26 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ | 30 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ |
27 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ | 31 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ |