package/mpd: bump version to 0.20
[buildroot-gz.git] / package / python-alsaaudio / Config.in
blob60523bf70a5bc83dc69850e78f7586fcebf735a6
1 comment "python-alsaaudio needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_PYTHON_ALSAAUDIO
5         bool "python-alsaaudio"
6         depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
7         select BR2_PACKAGE_ALSA_LIB
8         select BR2_PACKAGE_ALSA_LIB_PCM
9         select BR2_PACKAGE_ALSA_LIB_MIXER
10         help
11           The PyAlsaAudio package contains bindings for the ALSA sound
12           API.
14           http://larsimmisch.github.io/pyalsaaudio/