1 config BR2_PACKAGE_ELEMENTARY
3 depends on BR2_PACKAGE_EFL
4 depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
5 depends on !BR2_STATIC_LIBS
7 Elementary is a widget toolkit and EFL wrapper and convenience
8 library to make it easy to build applications and tools with UIs
11 https://enlightenment.org
13 comment "elementary needs a toolchain w/ threads, dynamic library"
14 depends on BR2_PACKAGE_EFL
15 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS