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:
parent
f26d142e35
commit
c0a45860b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user