package/libvips: add orc 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:45 +02:00 committed by Thomas Petazzoni
parent d2e8cd7997
commit 1f66c8d7be

View File

@ -23,7 +23,6 @@ LIBVIPS_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) $(LIBVIPS_CXXFLAGS)" \
LIBVIPS_CONF_OPTS = \
--without-dmalloc \
--without-gsf \
--without-orc \
--without-lcms \
--without-OpenEXR \
--without-openslide \
@ -86,6 +85,13 @@ else
LIBVIPS_CONF_OPTS += --without-rsvg
endif
ifeq ($(BR2_PACKAGE_ORC),y)
LIBVIPS_CONF_OPTS += --with-orc
LIBVIPS_DEPENDENCIES += orc
else
LIBVIPS_CONF_OPTS += --without-orc
endif
ifeq ($(BR2_PACKAGE_POPPLER),y)
LIBVIPS_CONF_OPTS += --with-poppler
LIBVIPS_DEPENDENCIES += poppler