2014-01-28 22:26:31 +01:00
|
|
|
config BR2_PACKAGE_PHP_IMAGICK
|
|
|
|
bool "php-imagick"
|
|
|
|
depends on BR2_PACKAGE_PHP
|
2014-05-17 16:02:24 +02:00
|
|
|
depends on BR2_USE_MMU # imagemagick
|
2015-01-01 17:36:23 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # imagemagick
|
2014-01-28 22:26:31 +01:00
|
|
|
select BR2_PACKAGE_IMAGEMAGICK
|
|
|
|
help
|
|
|
|
PHP wrapper to the ImageMagick library.
|
|
|
|
|
|
|
|
http://pecl.php.net/package/imagick
|
2015-01-01 17:36:23 +01:00
|
|
|
|
|
|
|
comment "php-imagemagick needs a toolchain w/ threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_PACKAGE_PHP
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|