2012-12-28 16:23:24 +01:00
|
|
|
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
|
|
|
|
bool "libevas generic loaders"
|
2015-12-12 14:33:05 +01:00
|
|
|
depends on BR2_PACKAGE_EFL
|
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.
|
|
|
|
|
2015-12-15 23:40:22 +01:00
|
|
|
https://www.enlightenment.org/
|
2012-12-28 16:23:24 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
|
|
|
|
|
2015-12-15 23:40:23 +01:00
|
|
|
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_LIBRAW
|
|
|
|
bool "libraw loader"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # libraw
|
|
|
|
select BR2_PACKAGE_LIBRAW
|
|
|
|
help
|
|
|
|
This option enables the Evas generic Libraw loader
|
|
|
|
|
|
|
|
comment "libraw loader needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2012-12-28 16:23:24 +01:00
|
|
|
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
|
|
|
|
bool "SVG loader"
|
2015-12-12 14:33:06 +01:00
|
|
|
depends on BR2_USE_MMU # librsvg -> glib2
|
2012-12-28 16:23:24 +01:00
|
|
|
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
|
2015-12-12 14:33:07 +01:00
|
|
|
select BR2_PACKAGE_LIBRSVG
|
|
|
|
select BR2_PACKAGE_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
|
2015-12-12 14:33:06 +01:00
|
|
|
depends on BR2_USE_MMU
|
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
|