summaryrefslogtreecommitdiffstats
path: root/package/libusb
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-06-27 22:35:25 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-30 21:27:10 +0200
commit09a29b6a897158070e87493935aba817a58c33fd (patch)
treeb9a35f8215d3c9f2d4c35df9abf9b7f7c3cd3f9d /package/libusb
parent99492e0dfacc53d1fbfa50ac10dac35630e120a1 (diff)
downloadbuildroot-novena-09a29b6a897158070e87493935aba817a58c33fd.tar.gz
buildroot-novena-09a29b6a897158070e87493935aba817a58c33fd.zip
libusb: needs thread support
libusb needs thread support, and so do other packages that depend on it. [thomas.petazzoni@free-electrons.com: adds threads dependency to libnfc-llp, which selects libnfc.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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