summaryrefslogtreecommitdiffstats
path: root/package/qlibc
diff options
context:
space:
mode:
Diffstat (limited to 'package/qlibc')
-rw-r--r--package/qlibc/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qlibc/Config.in b/package/qlibc/Config.in
index 184c283e83..c6d4f390aa 100644
--- a/package/qlibc/Config.in
+++ b/package/qlibc/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_QLIBC
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
help
qLibc is currently one of the most functionally complete
public licensed C/C++ libraries. The C/C++ library which
@@ -14,4 +14,4 @@ config BR2_PACKAGE_QLIBC
https://github.com/wolkykim/qlibc
comment "qlibc needs a toolchain w/ threads, wchar, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud