blob: c193ef128cd3a1aa68a87f182f6bbe46a6ab6607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
comment "libelementary needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_LIBELEMENTARY
bool "libelementary"
select BR2_PACKAGE_LIBEINA
select BR2_PACKAGE_LIBEVAS
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_LIBEDJE
depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
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
|