mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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>
This commit is contained in:
parent
541d9937d4
commit
1903260da6
@ -15,7 +15,6 @@ if BR2_PACKAGE_PORTAUDIO
|
|||||||
config BR2_PACKAGE_PORTAUDIO_ALSA
|
config BR2_PACKAGE_PORTAUDIO_ALSA
|
||||||
bool "alsa support"
|
bool "alsa support"
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Compile with ALSA support.
|
Compile with ALSA support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user