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

@ -192,7 +192,7 @@ dl_lib = cc.find_library('dl', required : false)
pthread_lib = dependency('threads')
dbus_dep = dependency('dbus-1')
sdl_dep = dependency('sdl2', required : false)
if get_option('pwcat')
if get_option('pw-cat')
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : false)
endif