diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-11-11 01:18:19 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-12 10:04:31 -0800 |
commit | 38754bf14cd72edd38904fb828df33cb2bfe067b (patch) | |
tree | 6af7b65d59925e63339af7efa16b898a3047f298 /meta-oe/recipes-support/imagemagick | |
parent | a445b3bca42c9ad5bdddd16e43cb5f5d5c3dca74 (diff) | |
download | meta-openembedded-38754bf14cd72edd38904fb828df33cb2bfe067b.tar.gz |
imagemagick: add PACKAGECONFIG[rsvg]
Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
-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" |