diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-06-06 08:02:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 09:25:14 +0200 |
commit | 03303354764d548c3d330a4c0109dd6b8df3329b (patch) | |
tree | 1991a3fe973decadfc869e1471b2e2cc768b51b4 | |
parent | ad01763ddfc28cec4a7abeb666877d6d9a1ef20e (diff) | |
download | meta-openembedded-03303354764d548c3d330a4c0109dd6b8df3329b.tar.gz |
imagemagick: enable freetype delegate
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb | 4 |
1 files changed, 2 insertions, 2 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 1af1f0b3e3..4ebcde59be 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb | |||
@@ -3,7 +3,7 @@ SECTION = "console/utils" | |||
3 | LICENSE = "ImageMagick" | 3 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1bf06a8d02cb00b02dea7d03ef9525f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1bf06a8d02cb00b02dea7d03ef9525f" |
5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" |
7 | 7 | ||
8 | PATCHSET = "8" | 8 | PATCHSET = "8" |
9 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 9 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ |
@@ -18,7 +18,7 @@ inherit autotools binconfig pkgconfig | |||
18 | 18 | ||
19 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 | 19 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 |
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-freetype --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 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ | 23 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ |
24 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ | 24 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ |