The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / 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         depends on !BR2_STATIC_LIBS
6         select BR2_PACKAGE_LIBTOOL
7         select BR2_PACKAGE_JSON_C
8         select BR2_PACKAGE_LIBSNDFILE
9         select BR2_PACKAGE_SPEEX
10         depends on BR2_USE_MMU # fork()
11         depends on BR2_ARCH_HAS_ATOMICS
12         help
13           PulseAudio is a sound system for POSIX OSes, meaning that it
14           is a proxy for your sound applications. It allows you to do
15           advanced operations on your sound data as it passes between
16           your application and your hardware. Things like transferring
17           the audio to a different machine, changing the sample format
18           or channel count and mixing several sounds into one are
19           easily achieved using a sound server.
20
21           http://pulseaudio.org
22
23 if BR2_PACKAGE_PULSEAUDIO
24
25 config BR2_PACKAGE_PULSEAUDIO_DAEMON
26         bool "start as a system daemon"
27         help
28           PulseAudio can be started as a system daemon. This is not the
29           recommended way of using PulseAudio unless you are building a
30           headless system.
31
32 endif
33
34 comment "pulseaudio needs a toolchain w/ wchar, threads, dynamic library"
35         depends on BR2_USE_MMU
36         depends on BR2_ARCH_HAS_ATOMICS
37         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS