mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00: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:
parent
e33019aaa0
commit
6e048ce0c7
@ -115,7 +115,7 @@ ifeq ($(BR2_PACKAGE_BZIP2),y)
|
|||||||
IMAGEMAGICK_CONF_OPT += --with-bzlib
|
IMAGEMAGICK_CONF_OPT += --with-bzlib
|
||||||
IMAGEMAGICK_DEPENDENCIES += bzip2
|
IMAGEMAGICK_DEPENDENCIES += bzip2
|
||||||
else
|
else
|
||||||
IMAGEMAGICK_CONF_OPT += --without-bzip2
|
IMAGEMAGICK_CONF_OPT += --without-bzlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user