summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-01-16 13:26:47 +0100
committerWim Taymans <wtaymans@redhat.com>2020-01-16 13:26:47 +0100
commitbac6bf090cdc239f9e9641d3fbfe4a2db069d1e1 (patch)
tree0e43c31837208cc87e29918ce32d5d445daa8e91 /meson.build
parentded3a2a58f013b4e7dfb1f4a7c1407ea86a91dea (diff)
make symlinks to replacement libs for uninstalled script
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 946b6d30..ea07145a 100644
--- a/meson.build
+++ b/meson.build
@@ -250,4 +250,5 @@ if get_option('man')
endif
setenv = find_program('pw-uninstalled.sh')
-run_target('uninstalled', command : [setenv, '-b@0@'.format(meson.build_root())])
+run_target('uninstalled', command : [setenv,
+ '-b@0@'.format(meson.build_root()), '-v@0@'.format(pipewire_version)])