mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
daemon: rework config parsing
Replace config parsing for something more flexible based on json.
This commit is contained in:
parent
1bd90dc666
commit
49d11acde0
7 changed files with 458 additions and 905 deletions
|
|
@ -1,14 +1,7 @@
|
|||
pipewire_daemon_sources = [
|
||||
'command.c',
|
||||
'daemon-config.c',
|
||||
'main.c',
|
||||
]
|
||||
|
||||
pipewire_daemon_headers = [
|
||||
'command.h',
|
||||
'daemon-config.h',
|
||||
]
|
||||
|
||||
pipewire_c_args = [
|
||||
'-DHAVE_CONFIG_H',
|
||||
'-D_GNU_SOURCE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue