Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/1] package/portaudio: Remove threads dependency for alsa module
@ 2015-02-28 12:03 Bernd Kuhls
  2015-03-04 22:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2015-02-28 12:03 UTC (permalink / raw)
  To: buildroot

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>
---
 package/portaudio/Config.in |    1 -
 1 file changed, 1 deletion(-)

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.
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-04 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 12:03 [Buildroot] [PATCH next 1/1] package/portaudio: Remove threads dependency for alsa module Bernd Kuhls
2015-03-04 22:43 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox