From add30965e35c516aa269af3a69f65c73188a72f2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 12 Aug 2020 17:35:47 +0200 Subject: [PATCH] meson: rename uninstalled target to pw-uninstalled It does not seem to work anymore with recent versions. --- Makefile.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index fff76aeca..229b0d47c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ cli: all @BUILD_ROOT@/src/tools/pw-cli shell: all - ninja -C @BUILD_ROOT@ uninstalled + ninja -C @BUILD_ROOT@ pw-uninstalled dist: all git archive --prefix=pipewire-@VERSION@/ -o pipewire-@VERSION@.tar.gz @TAG@ diff --git a/meson.build b/meson.build index ffee41b4b..6198574be 100644 --- a/meson.build +++ b/meson.build @@ -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)])