mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -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
b743fff1f6
commit
ca85202e60
@@ -62,6 +62,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