package/portaudio: Remove threads dependency for alsa module
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 28 Feb 2015 12:03:16 +0000 (13:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Mar 2015 22:43:06 +0000 (23:43 +0100)
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>
package/portaudio/Config.in

index eaf095cc830291d318cf7636e3fef1ecafbf3803..252a92a650ceaa8d020dbb5eac71b65edc2e0eef 100644 (file)
@@ -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.