mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
python-alsaaudio: new package
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a255774480
commit
2312af5374
12
package/python-alsaaudio/Config.in
Normal file
12
package/python-alsaaudio/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
comment "python-alsaaudio needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_PYTHON_ALSAAUDIO
|
||||
bool "python-alsaaudio"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
||||
select BR2_PACKAGE_ALSA_LIB
|
||||
help
|
||||
The PyAlsaAudio package contains bindings for the ALSA sound
|
||||
API.
|
||||
|
||||
http://pyalsaaudio.sourceforge.net/
|
||||
Reference in New Issue
Block a user