mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
tools: add pw-config
Add a tool to debug how config files are loaded and merged.
This commit is contained in:
parent
543965a8c3
commit
d1aeb8144b
2 changed files with 229 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
tools_sources = [
|
||||
[ 'pw-mon', [ 'pw-mon.c' ] ],
|
||||
[ 'pw-config', [ 'pw-config.c' ] ],
|
||||
[ 'pw-dot', [ 'pw-dot.c' ] ],
|
||||
[ 'pw-dump', [ 'pw-dump.c' ] ],
|
||||
[ 'pw-profiler', [ 'pw-profiler.c' ] ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue