diff options
-rw-r--r-- | package/c-icap/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/c-icap/Config.in b/package/c-icap/Config.in index 8121a26a65..8f7963c26a 100644 --- a/package/c-icap/Config.in +++ b/package/c-icap/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_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_USE_MMU # fork() help @@ -15,4 +15,4 @@ config BR2_PACKAGE_C_ICAP comment "c-icap needs a toolchain w/ threads and dynamic library" depends on BR2_USE_MMU - depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS |