Config.in 437 B

123456789101112131415
  1. config BR2_PACKAGE_PHP_IMAGICK
  2. bool "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
  7. help
  8. PHP wrapper to the ImageMagick library.
  9. http://pecl.php.net/package/imagick
  10. comment "php-imagemagick needs a toolchain w/ threads"
  11. depends on BR2_USE_MMU
  12. depends on BR2_PACKAGE_PHP
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS