mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pipewire: make pipewire a generic launcher
It uses the basename as the config file so you can symlink to it and make new custom servers.
This commit is contained in:
parent
f0ca888112
commit
cab87b6d3e
3 changed files with 10 additions and 123 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pipewire_daemon_sources = [
|
||||
'main.c',
|
||||
'pipewire.c',
|
||||
]
|
||||
|
||||
pipewire_c_args = [
|
||||
|
|
@ -54,7 +54,7 @@ executable('pipewire',
|
|||
)
|
||||
|
||||
executable('pipewire-pulse',
|
||||
'pipewire-pulse.c',
|
||||
pipewire_daemon_sources,
|
||||
install: true,
|
||||
c_args : pipewire_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue