mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
imagemagick: use --without-bzlib when bzip2 is not selected
Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e33019aaa0
commit
6e048ce0c7
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user