mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
tools: add new pipewire-dot tool to generate a global objects dot graph
This commit is contained in:
parent
f92775719a
commit
ef94b5c345
2 changed files with 876 additions and 0 deletions
|
|
@ -10,3 +10,9 @@ executable('pipewire-cli',
|
|||
install: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
executable('pipewire-dot',
|
||||
'pipewire-dot.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: true,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue