meson: Add an uninstalled target and script

This makes it easier to run PipeWire from the build environment
This commit is contained in:
Arun Raghavan 2018-09-23 06:25:16 +05:30 committed by Wim Taymans
parent 456c01afbc
commit dcfe1ac613
2 changed files with 40 additions and 0 deletions

View file

@ -201,3 +201,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())])