blob: a5e32a51fb965ab402b4ee432932a36eef8e842b (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_PHP_IMAGICK
bool "php-imagick"
depends on BR2_PACKAGE_PHP
depends on BR2_USE_MMU # imagemagick
select BR2_PACKAGE_IMAGEMAGICK
help
PHP wrapper to the ImageMagick library.
http://pecl.php.net/package/imagick
|