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