package/libvips: add giflib optional dependency
giflib is an optional dependency which is enabled by default since
version 8.3.0 and
d79407f285
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2fb934ab5b
commit
bd1a3a29de
@ -38,6 +38,13 @@ LIBVIPS_DEPENDENCIES = \
|
||||
host-pkgconf expat libglib2 \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GIFLIB),y)
|
||||
LIBVIPS_CONF_OPTS += --with-giflib
|
||||
LIBVIPS_DEPENDENCIES += giflib
|
||||
else
|
||||
LIBVIPS_CONF_OPTS += --without-giflib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
LIBVIPS_CONF_OPTS += --enable-introspection
|
||||
LIBVIPS_DEPENDENCIES += gobject-introspection
|
||||
|
Loading…
Reference in New Issue
Block a user