package/imagemagick: explicitly disable opencl
authorJulien Olivain <juju@cotds.org>
Fri, 23 Aug 2019 19:14:17 +0000 (21:14 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Feb 2020 16:03:24 +0000 (17:03 +0100)
commit9056908e93daae5af08a123e0bc05072c6e6c58e
tree7cfe3a1f6c99448d6c3ea01c45e928d88beb9f3f
parentc4293d0ec51a26c0875e66a8c60a2c2779b00ff6
package/imagemagick: explicitly disable opencl

Some packages installs libOpenCL without declaring
BR2_PACKAGE_PROVIDES_LIBOPENCL (e.g.  imx-gpu-viv).  ImageMagick will detect
the library and will require libtool.  Since libtool is not in dependencies,
build might fail.

To prevent that situation, explicitly disable opencl support for target and host.

Signed-off-by: Julien Olivain <juju@cotds.org>
[Peter: drop unneeded ax_cv_check_cl_libcl=no]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/imagemagick/imagemagick.mk