1 config BR2_PACKAGE_PHP_IMAGICK
3 depends on BR2_PACKAGE_PHP
4 depends on BR2_USE_MMU # imagemagick
5 depends on BR2_TOOLCHAIN_HAS_THREADS # imagemagick
6 select BR2_PACKAGE_IMAGEMAGICK
8 PHP wrapper to the ImageMagick library.
10 http://pecl.php.net/package/imagick
12 comment "php-imagemagick needs a toolchain w/ threads"
13 depends on BR2_USE_MMU
14 depends on BR2_PACKAGE_PHP
15 depends on !BR2_TOOLCHAIN_HAS_THREADS