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:
parent
58f10d0d1c
commit
212a5abdbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user