2012-12-28 16:23:24 +01:00
|
|
|
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
|
|
|
|
bool "libevas generic loaders"
|
|
|
|
select BR2_PACKAGE_LIBEINA
|
2014-08-24 18:53:04 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2012-12-28 16:23:24 +01:00
|
|
|
help
|
|
|
|
These are additional "generic" loaders for Evas that are
|
|
|
|
stand-alone executables that evas may run from its generic
|
|
|
|
loader module.
|
|
|
|
|
|
|
|
http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders
|
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
|
|
|
|
bool "SVG loader"
|
|
|
|
select BR2_PACKAGE_LIBRSVG
|
|
|
|
select BR2_PACKAGE_CAIRO
|
|
|
|
depends on BR2_USE_WCHAR # librsvg -> glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # librsvg -> glib2
|
2013-01-01 13:26:16 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
2014-08-17 21:29:47 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS # cairo
|
2012-12-28 16:23:24 +01:00
|
|
|
help
|
|
|
|
This option enables the Evas generic SVG loader
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "SVG loader needs a toolchain w/ wchar, threads, C++"
|
2014-08-17 21:29:47 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
2013-01-01 13:26:16 +01:00
|
|
|
|
2012-12-28 16:23:24 +01:00
|
|
|
endif
|