Config.in 436 B

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