mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse: add a small pulseaudio daemon
Add a small application that loads the pulse server and makes it listen on the pulseaudio socket. Add some systemd activation files to start the service.
This commit is contained in:
parent
10207456f0
commit
798bcc10b1
5 changed files with 181 additions and 1 deletions
|
|
@ -41,6 +41,14 @@ executable('pipewire',
|
|||
dependencies : [pipewire_dep, ],
|
||||
)
|
||||
|
||||
executable('pipewire-pulse',
|
||||
'pipewire-pulse.c',
|
||||
install: true,
|
||||
c_args : pipewire_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
dependencies : [pipewire_dep, ],
|
||||
)
|
||||
|
||||
if get_option('systemd') and systemd.found()
|
||||
subdir('systemd')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue