mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-31 23:40:07 +01:00
Currently all it does is that it prints the properties of all device nodes (Audio/Source & Audio/Sink), which is useful for editing the configuration files
10 lines
244 B
Meson
10 lines
244 B
Meson
executable('wireplumber-cli',
|
|
'wireplumber-cli.c',
|
|
c_args : [
|
|
'-D_GNU_SOURCE',
|
|
'-DG_LOG_USE_STRUCTURED',
|
|
'-DG_LOG_DOMAIN="wireplumber-cli"',
|
|
],
|
|
install: true,
|
|
dependencies : [gobject_dep, gio_dep, wp_dep, pipewire_dep],
|
|
)
|