Config.in 775 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_PULSEAUDIO
  2. bool "pulseaudio"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_LIBTOOL
  5. select BR2_PACKAGE_JSON_C
  6. select BR2_PACKAGE_LIBSNDFILE
  7. select BR2_PACKAGE_SPEEX
  8. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
  9. help
  10. PulseAudio is a sound system for POSIX OSes, meaning that it
  11. is a proxy for your sound applications. It allows you to do
  12. advanced operations on your sound data as it passes between
  13. your application and your hardware. Things like transferring
  14. the audio to a different machine, changing the sample format
  15. or channel count and mixing several sounds into one are
  16. easily achieved using a sound server.
  17. http://pulseaudio.org
  18. comment "pulseaudio requires a toolchain with WCHAR support"
  19. depends on !BR2_USE_WCHAR