[Buildroot] [git commit] package/portaudio: Remove threads dependency for alsa module

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 4 22:43:06 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=1903260da6e9c13b6c4ccb7fbb4f107e1285d5b7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/portaudio/Config.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/portaudio/Config.in b/package/portaudio/Config.in
index eaf095c..252a92a 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.


More information about the buildroot mailing list