[Buildroot] [PATCH 2/2] php-imagick: propagate BR2_USE_MMU dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 17 14:02:24 UTC 2014


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 at free-electrons.com>
---
 package/php-imagick/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/php-imagick/Config.in b/package/php-imagick/Config.in
index 1d55fcc..a5e32a5 100644
--- a/package/php-imagick/Config.in
+++ b/package/php-imagick/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PHP_IMAGICK
 	bool "php-imagick"
 	depends on BR2_PACKAGE_PHP
+	depends on BR2_USE_MMU # imagemagick
 	select BR2_PACKAGE_IMAGEMAGICK
 	help
 	  PHP wrapper to the ImageMagick library.
-- 
1.9.3



More information about the buildroot mailing list