xref: /OK3568_Linux_fs/buildroot/package/python-simpleaudio/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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,
8	  dependency-free audio playback capability for Python 3 on
9	  OSX, Windows, and Linux.
10
11	  https://github.com/hamiltron/py-simple-audio
12
13comment "python-simpleaudio needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15