summaryrefslogtreecommitdiffstats
path: root/package/libusb
diff options
context:
space:
mode:
Diffstat (limited to 'package/libusb')
-rw-r--r--package/libusb/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libusb/Config.in b/package/libusb/Config.in
index 7f7276fed..2eed3fa96 100644
--- a/package/libusb/Config.in
+++ b/package/libusb/Config.in
@@ -1,6 +1,10 @@
config BR2_PACKAGE_LIBUSB
bool "libusb"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
Userspace library for accessing USB devices
http://libusb.sourceforge.net/
+
+comment "libusb needs a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS