imagemagick: use --without-bzlib when bzip2 is not selected
authorRomain Naour <romain.naour@openwide.fr>
Sat, 15 Feb 2014 23:57:48 +0000 (00:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Feb 2014 08:47:21 +0000 (09:47 +0100)
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/imagemagick/imagemagick.mk

index c1e17c75914bfcc2acb8c5a4fc0f52dca5e286cb..4f2a65fb0dc568b870f865a1b4a214d0ce9abc39 100644 (file)
@@ -115,7 +115,7 @@ ifeq ($(BR2_PACKAGE_BZIP2),y)
 IMAGEMAGICK_CONF_OPT += --with-bzlib
 IMAGEMAGICK_DEPENDENCIES += bzip2
 else
-IMAGEMAGICK_CONF_OPT += --without-bzip2
+IMAGEMAGICK_CONF_OPT += --without-bzlib
 endif
 
 $(eval $(autotools-package))