]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/multimedia/pulseaudio/Config.in
pulseaudio: remove dependency on gettext
[coffee/buildroot.git] / package / multimedia / pulseaudio / Config.in
1 config BR2_PACKAGE_PULSEAUDIO
2         bool "pulseaudio"
3         depends on BR2_USE_WCHAR
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_LIBTOOL
6         select BR2_PACKAGE_JSON_C
7         select BR2_PACKAGE_LIBSNDFILE
8         select BR2_PACKAGE_SPEEX
9         depends on BR2_LARGEFILE
10         help
11           PulseAudio is a sound system for POSIX OSes, meaning that it
12           is a proxy for your sound applications. It allows you to do
13           advanced operations on your sound data as it passes between
14           your application and your hardware. Things like transferring
15           the audio to a different machine, changing the sample format
16           or channel count and mixing several sounds into one are
17           easily achieved using a sound server.
18
19           http://pulseaudio.org
20
21 config BR2_PACKAGE_PULSEAUDIO_DAEMON
22         bool "start as a system daemon"
23         depends on BR2_PACKAGE_PULSEAUDIO
24         help
25           PulseAudio can be started as a system daemon. This is not the
26           recommended way of using PulseAudio unless you are building a
27           headless system.
28
29 comment "pulseaudio requires a toolchain with WCHAR, LARGEFILE and threads support"
30         depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS