meson: rename uninstalled target to pw-uninstalled

It does not seem to work anymore with recent versions.
This commit is contained in:
Wim Taymans 2020-08-12 17:35:47 +02:00
parent 2176874687
commit add30965e3
2 changed files with 2 additions and 2 deletions

View file

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