mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
efl/libevas: remove SVG support
The SVG support requires esvg, which hasn't been released yet. The recommandation of the EFL developers is to use the SVG loader from the evas-generic-loaders project. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -181,11 +181,6 @@ config BR2_PACKAGE_LIBEVAS_TIFF
|
||||
help
|
||||
This enables the loader code that loads tiff files.
|
||||
|
||||
config BR2_PACKAGE_LIBEVAS_SVG
|
||||
bool "libevas svg loader"
|
||||
help
|
||||
This enables the loader code that loads svg files.
|
||||
|
||||
config BR2_PACKAGE_LIBEVAS_XPM
|
||||
bool "libevas xpm loader"
|
||||
help
|
||||
|
||||
@@ -176,12 +176,6 @@ else
|
||||
LIBEVAS_CONF_OPT += --disable-image-loader-pmaps
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEVAS_SVG),y)
|
||||
LIBEVAS_CONF_OPT += --enable-image-loader-svg
|
||||
else
|
||||
LIBEVAS_CONF_OPT += --disable-image-loader-svg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEVAS_TIFF),y)
|
||||
LIBEVAS_CONF_OPT += --enable-image-loader-tiff
|
||||
LIBEVAS_DEPENDENCIES += tiff
|
||||
|
||||
Reference in New Issue
Block a user