summaryrefslogtreecommitdiffstats
path: root/rules/pulseaudio.in
blob: 06dcf6db15c40f91bb00bd22c2ba03e4ebfbd709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=system_libraries

config PULSEAUDIO
	tristate
	select HOST_ORC
	select LIBC_M
	select LIBC_RT
	select LIBC_PTHREAD
	select ALSA_LIB
	select ALSA_LIB_MIXER
	select JSON_C
	select LIBCAP
	select LIBLTDL
	select LIBSNDFILE
	select ORC
	select SYSTEMD
	select UDEV
	select UDEV_LIBUDEV
	prompt "pulseaudio"
	help
	  PulseAudio is a sound system for POSIX OSes, meaning that it is a
	  proxy for your sound applications. It allows you to do advanced
	  operations on your sound data as it passes between your
	  application and your hardware.