python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / python-simpleaudio / Config.in
bloba3e07f9e2f456392c3778c8fab3c1349b7530927
1 config BR2_PACKAGE_PYTHON_SIMPLEAUDIO
2         bool "python-simpleaudio"
3         depends on BR2_PACKAGE_PYTHON3
4         depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
5         select BR2_PACKAGE_ALSA_LIB
6         help
7           The simplaudio package provides cross-platform, dependency-free
8           audio playback capability for Python 3 on OSX, Windows, and Linux.
10           https://github.com/hamiltron/py-simple-audio
12 comment "python-simpleaudio needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS