|
@@ -1,6 +1,6 @@
|
|
config BR2_PACKAGE_C_ICAP
|
|
config BR2_PACKAGE_C_ICAP
|
|
bool "c-icap"
|
|
bool "c-icap"
|
|
- depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
help
|
|
@@ -15,4 +15,4 @@ config BR2_PACKAGE_C_ICAP
|
|
|
|
|
|
comment "c-icap needs a toolchain w/ threads and dynamic library"
|
|
comment "c-icap needs a toolchain w/ threads and dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|