2012-01-26 18:42:56 +01:00
|
|
|
config BR2_PACKAGE_LIBELEMENTARY
|
|
|
|
bool "libelementary"
|
|
|
|
select BR2_PACKAGE_LIBEINA
|
|
|
|
select BR2_PACKAGE_LIBEVAS
|
|
|
|
select BR2_PACKAGE_LIBECORE
|
|
|
|
select BR2_PACKAGE_LIBEDJE
|
2013-11-06 14:56:20 +01:00
|
|
|
depends on !BR2_avr32 # libevas
|
2012-01-26 18:42:56 +01:00
|
|
|
help
|
|
|
|
Elementary is a widget toolkit and EFL wrapper and convenience
|
|
|
|
library to make it easy to build applications and tools with UIs
|
|
|
|
with less code.
|
|
|
|
|
|
|
|
http://trac.enlightenment.org/e/wiki/Elementary
|