webp: add giflib optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8b9f4d5a9d
commit
8833ab4d6e
@ -29,6 +29,13 @@ else
|
||||
WEBP_CONF_OPTS += --disable-libwebpmux
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GIFLIB),y)
|
||||
WEBP_DEPENDENCIES += giflib
|
||||
WEBP_CONF_OPTS += --enable-gif
|
||||
else
|
||||
WEBP_CONF_OPTS += --disable-gif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||
WEBP_DEPENDENCIES += libpng
|
||||
WEBP_CONF_ENV += ac_cv_path_LIBPNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config
|
||||
|
Loading…
Reference in New Issue
Block a user