Commit 6e048ce0 authored by Romain Naour's avatar Romain Naour Committed by Peter Korsgaard
Browse files

imagemagick: use --without-bzlib when bzip2 is not selected

parent e33019aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))