Commit 212a5abd authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 58f10d0d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
+0 −6
Original line number Diff line number Diff line
@@ -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