|
@@ -1,6 +1,5 @@
|
|
|
config BR2_PACKAGE_PHP_IMAGICK
|
|
|
bool "php-imagick"
|
|
|
- depends on BR2_PACKAGE_PHP
|
|
|
depends on BR2_USE_MMU # imagemagick
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # imagemagick
|
|
|
select BR2_PACKAGE_IMAGEMAGICK
|
|
@@ -11,5 +10,4 @@ config BR2_PACKAGE_PHP_IMAGICK
|
|
|
|
|
|
comment "php-imagemagick needs a toolchain w/ threads"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on BR2_PACKAGE_PHP
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|