buildroot/package/python-alsaaudio/Config.in
Bernd Kuhls 9ebb7f6003 package/python-alsaaudio: bump version to 0.8.2
Upstream moved to github, the old project site now redirects to the URL

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-01-31 13:59:13 +01:00

15 lines
427 B
Plaintext

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
select BR2_PACKAGE_ALSA_LIB_PCM
select BR2_PACKAGE_ALSA_LIB_MIXER
help
The PyAlsaAudio package contains bindings for the ALSA sound
API.
http://larsimmisch.github.io/pyalsaaudio/