mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
tests: Remove deleted gst-env option from test
The `gstbuilddir` option has been removed by reverting the commit879126a3
. But the later commit1babccfe50
uses the option within a test. Remove the mentioned option from the test. Fixes:1babccfe50
Fix using overrides when not building PyGObject Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1829>
This commit is contained in:
parent
d7f99b1337
commit
32232462ad
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ if run_command(python, '-c', 'import gi', check: false).returncode() != 0
|
|||
endif
|
||||
|
||||
test('python-overrides-devenv', setenv, args: ['--builddir=@0@'.format(meson.project_build_root()),
|
||||
'--gstbuilddir=@0@'.format(meson.current_build_dir() / '..' / '..'),
|
||||
'--srcdir=@0@'.format(meson.project_source_root()),
|
||||
meson.current_source_dir() / 'python-devenv-overrides.py'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue