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:
Wim Taymans 2020-01-27 15:42:59 +01:00
parent 88cd3d3f1e
commit c047bab910
8 changed files with 18 additions and 18 deletions

View file

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