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
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