|
@@ -1,5 +1,5 @@
|
|
-comment "libelementary needs a toolchain w/ threads"
|
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+comment "libelementary needs a toolchain w/ threads, dynamic library"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_PACKAGE_LIBELEMENTARY
|
|
config BR2_PACKAGE_LIBELEMENTARY
|
|
bool "libelementary"
|
|
bool "libelementary"
|
|
@@ -8,6 +8,7 @@ config BR2_PACKAGE_LIBELEMENTARY
|
|
select BR2_PACKAGE_LIBECORE
|
|
select BR2_PACKAGE_LIBECORE
|
|
select BR2_PACKAGE_LIBEDJE
|
|
select BR2_PACKAGE_LIBEDJE
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
help
|
|
help
|
|
Elementary is a widget toolkit and EFL wrapper and convenience
|
|
Elementary is a widget toolkit and EFL wrapper and convenience
|
|
library to make it easy to build applications and tools with UIs
|
|
library to make it easy to build applications and tools with UIs
|