summaryrefslogtreecommitdiffstats
path: root/rules/pulseaudio.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-20 11:05:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-22 11:37:09 +0200
commit1e2e475d586cc68b9e9f8ccf92848ac294fb1d9f (patch)
treee0e98f616b9cc50a3674f9a0bd7e8dbdcade37eb /rules/pulseaudio.in
parente4e96748f98df28150c5baaff8192e72c7b6b646 (diff)
downloadptxdist-1e2e475d586cc68b9e9f8ccf92848ac294fb1d9f.tar.gz
ptxdist-1e2e475d586cc68b9e9f8ccf92848ac294fb1d9f.tar.xz
pulseaudio: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pulseaudio.in')
-rw-r--r--rules/pulseaudio.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in
new file mode 100644
index 000000000..2add74956
--- /dev/null
+++ b/rules/pulseaudio.in
@@ -0,0 +1,23 @@
+## SECTION=system_libraries
+
+config PULSEAUDIO
+ tristate
+ select HOST_ORC
+ select LIBC_M
+ select LIBC_RT
+ select LIBC_PTHREAD
+ select ALSA_LIB
+ 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.