The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-alsaaudio / 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/