Config.in 465 B

12345678910111213
  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.
  9. https://github.com/hamiltron/py-simple-audio
  10. comment "python-simpleaudio needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS