summaryrefslogtreecommitdiffstats
path: root/package/mysql_client/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mysql_client/Config.in')
-rw-r--r--package/mysql_client/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mysql_client/Config.in b/package/mysql_client/Config.in
index 970b9b98cc..8c98b7a767 100644
--- a/package/mysql_client/Config.in
+++ b/package/mysql_client/Config.in
@@ -2,10 +2,11 @@ config BR2_PACKAGE_MYSQL_CLIENT
bool "MySQL client"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help
MySQL client
-comment "Mysql client requires a toolchain with C++ support enabled"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "Mysql client requires a toolchain with C++ and thread support"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud