2015-12-19 17:39:14 +01:00
|
|
|
config BR2_PACKAGE_ELEMENTARY
|
|
|
|
bool "elementary"
|
2015-12-19 17:39:13 +01:00
|
|
|
depends on BR2_PACKAGE_EFL
|
2015-12-15 23:40:24 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
|
2015-12-12 14:33:07 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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.
|
|
|
|
|
2015-12-15 23:40:24 +01:00
|
|
|
https://enlightenment.org
|
|
|
|
|
2015-12-19 17:39:14 +01:00
|
|
|
comment "elementary needs a toolchain w/ threads, dynamic library"
|
2015-12-19 17:39:13 +01:00
|
|
|
depends on BR2_PACKAGE_EFL
|
2015-12-15 23:40:24 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|