daemon: rework config parsing

Replace config parsing for something more flexible based on json.
This commit is contained in:
Wim Taymans 2020-12-31 16:42:41 +01:00
parent 1bd90dc666
commit 49d11acde0
7 changed files with 458 additions and 905 deletions

View file

@ -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',