22a7e87d6fdf72801fd158c1f8c02552bac21569
[packages/trusty/cirros-testvm.git] / Config.in
1 comment "python-alsaaudio needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
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.
13
14           http://pyalsaaudio.sourceforge.net/