[Buildroot] [git commit] php-imagick: propagate BR2_USE_MMU dependency

Peter Korsgaard peter at korsgaard.com
Sat May 17 21:25:34 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=8e6fa1b4b02e85b47e16a7e2ea7cd05db6394ce8
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/php-imagick/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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.


More information about the buildroot mailing list