|
@@ -1,6 +1,6 @@
|
|
|
config BR2_PACKAGE_LIBELEMENTARY
|
|
|
bool "libelementary"
|
|
|
- select BR2_PACKAGE_LIBEFL
|
|
|
+ depends on BR2_PACKAGE_EFL
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
help
|
|
@@ -11,4 +11,5 @@ config BR2_PACKAGE_LIBELEMENTARY
|
|
|
https://enlightenment.org
|
|
|
|
|
|
comment "libelementary needs a toolchain w/ threads, dynamic library"
|
|
|
+ depends on BR2_PACKAGE_EFL
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|