package/libvips: add matio optional dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-04-04 16:30:47 +02:00 committed by Thomas Petazzoni
parent f26d142e35
commit c0a45860b8

View File

@ -25,7 +25,6 @@ LIBVIPS_CONF_OPTS = \
--without-gsf \
--without-OpenEXR \
--without-openslide \
--without-matio \
--without-cfitsio \
--without-libwebp \
--without-pangoft2 \
@ -91,6 +90,13 @@ else
LIBVIPS_CONF_OPTS += --without-rsvg
endif
ifeq ($(BR2_PACKAGE_MATIO),y)
LIBVIPS_CONF_OPTS += --with-matio
LIBVIPS_DEPENDENCIES += matio
else
LIBVIPS_CONF_OPTS += --without-matio
endif
ifeq ($(BR2_PACKAGE_ORC),y)
LIBVIPS_CONF_OPTS += --with-orc
LIBVIPS_DEPENDENCIES += orc