The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / php-imagick / Config.in
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
10           http://pecl.php.net/package/imagick
11
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