mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
meson: Add an uninstalled target and script
This makes it easier to run PipeWire from the build environment
This commit is contained in:
parent
58efa8c2f4
commit
9fdb8a0e5f
2 changed files with 40 additions and 0 deletions
|
|
@ -183,3 +183,6 @@ if get_option('man')
|
|||
warning('Man page generation was enabled, but xmltoman is not available')
|
||||
endif
|
||||
endif
|
||||
|
||||
setenv = find_program('pw-uninstalled.sh')
|
||||
run_target('uninstalled', command : [setenv, '-b@0@'.format(meson.build_root())])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue