mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/libvips: add zlib optional dependency
zlib is an optional dependency which is enabled by default since version 8.4.2 and5ab0001ec6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit43a9cfd317) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3f62d3d439
commit
ff8409306f
@@ -96,4 +96,11 @@ else
|
||||
LIBVIPS_CONF_OPTS += --without-libexif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
LIBVIPS_CONF_OPTS += --with-zlib
|
||||
LIBVIPS_DEPENDENCIES += zlib
|
||||
else
|
||||
LIBVIPS_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user