From beb45605dba13fbe54e26a26e78fc6d51651d3eb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 18 Sep 2012 07:21:37 +0000 Subject: alsa-lib: require thread support Some parts of alsa-lib correctly use threads only when available, but some other parts, especially certain PCM plugins, unconditionally require threads. While it would certainly be possible to fix alsa-lib to only use threads when available, it probably doesn't make much sense, since on an embedded system that has audio, we are probably powerful enough to enable thread support in the C library. Fixes: http://autobuild.buildroot.org/results/e14469be7f6171f4c8c0c09c8e32943819f7938b/build-end.log Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/bluez_utils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/bluez_utils') diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in index d63284d26..9836b211e 100644 --- a/package/bluez_utils/Config.in +++ b/package/bluez_utils/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_BLUEZ_UTILS bool "bluez-utils" depends on BR2_USE_WCHAR # libglib2 - depends on BR2_TOOLCHAIN_HAS_THREADS # dbus + depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib select BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 help -- cgit v1.2.3