diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb index 669534eaa..46cc78ed7 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb | |||
@@ -3,7 +3,7 @@ SECTION = "console/utils" | |||
3 | LICENSE = "ImageMagick" | 3 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1" |
5 | # FIXME: There are many 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 tiff zlib fftw freetype" |
7 | 7 | ||
8 | BASE_PV := "${PV}" | 8 | BASE_PV := "${PV}" |
9 | PV .= "_7" | 9 | PV .= "_7" |
@@ -25,6 +25,7 @@ PACKAGECONFIG[jp2] = "--with-jp2,,jasper" | |||
25 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | 25 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
26 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 26 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
27 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | 27 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" |
28 | PACKAGECONFIG[rsvg] = "--with-rsvg,--without-rsvg,librsvg" | ||
28 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | 29 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" |
29 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" | 30 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" |
30 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" | 31 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" |