mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: rename uninstalled target to pw-uninstalled
It does not seem to work anymore with recent versions.
This commit is contained in:
parent
2176874687
commit
add30965e3
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ cli: all
|
||||||
@BUILD_ROOT@/src/tools/pw-cli
|
@BUILD_ROOT@/src/tools/pw-cli
|
||||||
|
|
||||||
shell: all
|
shell: all
|
||||||
ninja -C @BUILD_ROOT@ uninstalled
|
ninja -C @BUILD_ROOT@ pw-uninstalled
|
||||||
|
|
||||||
dist: all
|
dist: all
|
||||||
git archive --prefix=pipewire-@VERSION@/ -o pipewire-@VERSION@.tar.gz @TAG@
|
git archive --prefix=pipewire-@VERSION@/ -o pipewire-@VERSION@.tar.gz @TAG@
|
||||||
|
|
|
||||||
|
|
@ -360,5 +360,5 @@ if get_option('man')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setenv = find_program('pw-uninstalled.sh')
|
setenv = find_program('pw-uninstalled.sh')
|
||||||
run_target('uninstalled', command : [setenv,
|
run_target('pw-uninstalled', command : [setenv,
|
||||||
'-b@0@'.format(meson.build_root()), '-v@0@'.format(pipewire_version)])
|
'-b@0@'.format(meson.build_root()), '-v@0@'.format(pipewire_version)])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue