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