summaryrefslogtreecommitdiffstats
path: root/package/libiqrf/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libiqrf/Config.in')
-rw-r--r--package/libiqrf/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libiqrf/Config.in b/package/libiqrf/Config.in
index aa2501097..722253660 100644
--- a/package/libiqrf/Config.in
+++ b/package/libiqrf/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBIQRF
bool "libiqrf"
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBUSB
help
This library implement specific protocol
@@ -8,3 +9,6 @@ config BR2_PACKAGE_LIBIQRF
libusb library.
https://github.com/nandra/libiqrf
+
+comment "libiqrf needs a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS