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:
Peter Korsgaard
2014-12-02 23:56:44 +01:00
committed by Thomas Petazzoni
parent a255774480
commit 2312af5374
4 changed files with 30 additions and 0 deletions

View 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/