Config.in 468 B

1234567891011121314
  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,
  8. dependency-free audio playback capability for Python 3 on
  9. OSX, Windows, and Linux.
  10. https://github.com/hamiltron/py-simple-audio
  11. comment "python-simpleaudio needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS