mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
rename pipewire tools
Use the pw- prefix for all pipewire tools. This makes the commands shorter but also avoids conflicts with password and patchwork tools (pwcli is taken, pwconv is maybe we someday can make). pipewire-monitor -> pw-mon pipewire-cli -> pw-cli pipewire-dot -> pw-dot pwcat -> pw-cat
This commit is contained in:
parent
88cd3d3f1e
commit
c047bab910
8 changed files with 18 additions and 18 deletions
|
|
@ -32,12 +32,12 @@ benchmark: all
|
|||
monitor: all
|
||||
SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \
|
||||
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \
|
||||
@BUILD_ROOT@/src/tools/pipewire-monitor
|
||||
@BUILD_ROOT@/src/tools/pw-mon
|
||||
|
||||
cli: all
|
||||
SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \
|
||||
PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \
|
||||
@BUILD_ROOT@/src/tools/pipewire-cli
|
||||
@BUILD_ROOT@/src/tools/pw-cli
|
||||
|
||||
shell: all
|
||||
ninja -C @BUILD_ROOT@ uninstalled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue