2012-01-26 18:42:42 +01:00
|
|
|
config BR2_PACKAGE_LIBEDJE
|
|
|
|
bool "libedje"
|
|
|
|
select BR2_PACKAGE_LIBEINA
|
|
|
|
select BR2_PACKAGE_LIBEET
|
|
|
|
select BR2_PACKAGE_LIBECORE
|
|
|
|
select BR2_PACKAGE_LIBECORE_EVAS
|
|
|
|
select BR2_PACKAGE_LIBEMBRYO
|
|
|
|
select BR2_PACKAGE_LIBEVAS
|
|
|
|
select BR2_PACKAGE_LUA
|
2013-11-06 14:56:20 +01:00
|
|
|
depends on !BR2_avr32 # libevas
|
2012-01-26 18:42:42 +01:00
|
|
|
help
|
|
|
|
A graphical layout and animation library for animated
|
|
|
|
resizable, compressed and scalable themes.
|
|
|
|
|
|
|
|
http://trac.enlightenment.org/e/wiki/Edje
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_LIBEDJE
|
|
|
|
|
2012-01-26 18:42:42 +01:00
|
|
|
config BR2_PACKAGE_LIBEDJE_CC
|
|
|
|
bool "build edje_cc"
|
|
|
|
help
|
|
|
|
Build and install the Edje compiler for the target. Normally this
|
|
|
|
is not required.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|