diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-06-27 22:35:25 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 21:27:10 +0200 |
commit | 09a29b6a897158070e87493935aba817a58c33fd (patch) | |
tree | b9a35f8215d3c9f2d4c35df9abf9b7f7c3cd3f9d /package/bluez_utils | |
parent | 99492e0dfacc53d1fbfa50ac10dac35630e120a1 (diff) |
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/bluez_utils')
-rw-r--r-- | package/bluez_utils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in index f5a02d6a4..d63284d26 100644 --- a/package/bluez_utils/Config.in +++ b/package/bluez_utils/Config.in @@ -25,6 +25,7 @@ config BR2_PACKAGE_BLUEZ_UTILS_AUDIO config BR2_PACKAGE_BLUEZ_UTILS_USB bool "USB support" + depends on BR2_TOOLCHAIN_HAS_THREADS # libusb select BR2_PACKAGE_LIBUSB help USB support |