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:
Thomas Petazzoni 2012-12-28 16:35:02 +01:00
parent 58f10d0d1c
commit 212a5abdbd
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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