Files
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

14 lines
436 B
Plaintext

config BR2_PACKAGE_PYTHON_SIMPLEAUDIO
bool "python-simpleaudio"
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
select BR2_PACKAGE_ALSA_LIB
help
The simplaudio package provides cross-platform,
dependency-free audio playback capability for Python 3 on
OSX, Windows, and Linux.
https://github.com/hamiltron/py-simple-audio
comment "python-simpleaudio needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS