diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-27 12:15:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-27 16:14:23 +0100 |
commit | 1de21e56eeefdcfe4972900cf9f651ba1d8c9f0b (patch) | |
tree | 9db9613afbdade4be1fafbe3f4b657018efda3e0 | |
parent | 0129f398825fb5de9ae5dd09fd163bee64126fbc (diff) | |
download | meta-openembedded-1de21e56eeefdcfe4972900cf9f651ba1d8c9f0b.tar.gz |
imagemagick: disable opencl
* it can try to use host paths like:
-lOpenCL -L/usr/lib/nvidia
-lCL -L/usr/lib/nvidia
-lclparser -L/usr/lib/nvidia
ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb index 5e8bc858fe..9f3d4eac4e 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b" | |||
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" |
7 | 7 | ||
8 | PR = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | PATCHSET = "6" | 10 | PATCHSET = "6" |
11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ |
@@ -21,7 +21,7 @@ inherit autotools binconfig pkgconfig | |||
21 | 21 | ||
22 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 | 22 | # xml disabled because it's using xml2-config --prefix to determine prefix which returns just /usr with our libxml2 |
23 | # if someone needs xml support then fix it first | 23 | # if someone needs xml support then fix it first |
24 | EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp --without-xml" | 24 | EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp --without-xml --disable-opencl" |
25 | 25 | ||
26 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ | 26 | FILES_${PN} += "${libdir}/ImageMagick-${PV}/modules-Q16/*/*.so \ |
27 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ | 27 | ${libdir}/ImageMagick-${PV}/modules-Q16/*/*.la \ |