From 09a29b6a897158070e87493935aba817a58c33fd Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 27 Jun 2012 22:35:25 -0300 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/usbutils/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/usbutils') diff --git a/package/usbutils/Config.in b/package/usbutils/Config.in index 23004d952..fd9926c4b 100644 --- a/package/usbutils/Config.in +++ b/package/usbutils/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_USBUTILS bool "usbutils" + depends on BR2_TOOLCHAIN_HAS_THREADS # libusb select BR2_PACKAGE_LIBUSB help USB enumeration utilities @@ -15,3 +16,6 @@ config BR2_PACKAGE_USBUTILS_ZLIB This makes the data file smaller if you're not using a compressed filesystem, but it also makes lsusb slower since it has to decompress the file every time it's run. + +comment "usbutils needs a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3