mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
php-imagick: propagate BR2_USE_MMU dependency
php-imagick selects imagemagick, and imagemagick 'depends on BR2_USE_MMU', but this dependency was not propagated to php-imagick. This commit fixes that. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
07882dc3ea
commit
8e6fa1b4b0
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PHP_IMAGICK
|
config BR2_PACKAGE_PHP_IMAGICK
|
||||||
bool "php-imagick"
|
bool "php-imagick"
|
||||||
depends on BR2_PACKAGE_PHP
|
depends on BR2_PACKAGE_PHP
|
||||||
|
depends on BR2_USE_MMU # imagemagick
|
||||||
select BR2_PACKAGE_IMAGEMAGICK
|
select BR2_PACKAGE_IMAGEMAGICK
|
||||||
help
|
help
|
||||||
PHP wrapper to the ImageMagick library.
|
PHP wrapper to the ImageMagick library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user