summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-02-28 13:03:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-04 23:43:06 +0100
commit1903260da6e9c13b6c4ccb7fbb4f107e1285d5b7 (patch)
tree9987c833367f8da77d303ae4bfaa5fe3f12af9e8
parent541d9937d43a5954ba640c9523f6b1e60a4e9040 (diff)
downloadbuildroot-1903260da6e9c13b6c4ccb7fbb4f107e1285d5b7.tar.gz
buildroot-1903260da6e9c13b6c4ccb7fbb4f107e1285d5b7.zip
package/portaudio: Remove threads dependency for alsa module
Portaudio as a whole already depends on threads support, so there is no need to have an additional dependency for its alsa module. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/portaudio/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/portaudio/Config.in b/package/portaudio/Config.in
index eaf095cc83..252a92a650 100644
--- a/package/portaudio/Config.in
+++ b/package/portaudio/Config.in
@@ -15,7 +15,6 @@ if BR2_PACKAGE_PORTAUDIO
config BR2_PACKAGE_PORTAUDIO_ALSA
bool "alsa support"
select BR2_PACKAGE_ALSA_LIB
- depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
default y
help
Compile with ALSA support.
OpenPOWER on IntegriCloud