mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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
|
|
@ -360,5 +360,5 @@ if get_option('man')
|
|||
endif
|
||||
|
||||
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)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue