mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/libvips: add poppler optional dependency
poppler is an optional dependency which is enabled by default since version 8.3.0 and8da4e706ddSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit26439a3bed) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
48919f82f3
commit
8d48895875
@@ -61,6 +61,13 @@ else
|
||||
LIBVIPS_CONF_OPTS += --without-png
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_POPPLER),y)
|
||||
LIBVIPS_CONF_OPTS += --with-poppler
|
||||
LIBVIPS_DEPENDENCIES += poppler
|
||||
else
|
||||
LIBVIPS_CONF_OPTS += --without-poppler
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||
LIBVIPS_CONF_OPTS += --with-tiff
|
||||
LIBVIPS_DEPENDENCIES += tiff
|
||||
|
||||
Reference in New Issue
Block a user