diff options
Diffstat (limited to 'package/php-imagick/Config.in')
-rw-r--r-- | package/php-imagick/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/php-imagick/Config.in b/package/php-imagick/Config.in new file mode 100644 index 0000000000..1d55fccdda --- /dev/null +++ b/package/php-imagick/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PHP_IMAGICK + bool "php-imagick" + depends on BR2_PACKAGE_PHP + select BR2_PACKAGE_IMAGEMAGICK + help + PHP wrapper to the ImageMagick library. + + http://pecl.php.net/package/imagick |