summaryrefslogtreecommitdiffstats
path: root/package/bluez_utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/bluez_utils/Config.in')
-rw-r--r--package/bluez_utils/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in
index 3517407d8..f5a02d6a4 100644
--- a/package/bluez_utils/Config.in
+++ b/package/bluez_utils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_BLUEZ_UTILS
bool "bluez-utils"
depends on BR2_USE_WCHAR # libglib2
+ depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBGLIB2
help
@@ -30,5 +31,5 @@ config BR2_PACKAGE_BLUEZ_UTILS_USB
endif
-comment "bluez-utils require a toolchain with WCHAR support"
- depends on !(BR2_USE_WCHAR)
+comment "bluez-utils require a toolchain with WCHAR and thread support"
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS