summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.com>2020-08-24 13:17:32 -0700
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-08-27 12:44:25 +0000
commit879126a31c77622f594e70f205fcefd4556d9865 (patch)
tree533cd84dd227d6c2a13c3b2bb82a1fa685e2afe0 /meson.build
parent395407483c4a9f05c08647ffe863d5cc810eaf3c (diff)
downloadgstreamer-879126a31c77622f594e70f205fcefd4556d9865.tar.gz
Allow running gst-uninstalled when gst-build is a subproject
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/222>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ae832740e1..91ff608db4 100644
--- a/meson.build
+++ b/meson.build
@@ -353,6 +353,7 @@ subdir('tests')
setenv = find_program('gst-env.py')
devenv_cmd = [setenv, '--builddir=@0@'.format(meson.build_root()),
+ '--gstbuilddir=@0@'.format(meson.current_build_dir()),
'--srcdir=@0@'.format(meson.source_root())]
if meson.has_exe_wrapper() and build_machine.system() == 'linux' and host_machine.system() == 'windows'