mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
ges: Fix a copy/paste mistake in meson file
Passed unnoticed because we built against GstValidate Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/119 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/211>
This commit is contained in:
parent
27bafd4b81
commit
2ba222c46b
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ if build_gir
|
|||
env.set('CK_DEFAULT_TIMEOUT', '20')
|
||||
env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), 'scenarios'))
|
||||
env.set('GST_PLUGIN_PATH_1_0', [meson.build_root()] + pluginsdirs)
|
||||
env.set('GST_VALIDATE_LOGSDIR', meson.current_build_dir() / scenario)
|
||||
env.set('GI_TYPELIB_PATH', meson.current_build_dir() / '..' / '..' / 'ges')
|
||||
|
||||
test('pythontests', runtests, args: ['--pyunittest-dir', meson.current_source_dir(), 'pyunittest', '--dump-on-failure'],
|
||||
|
|
Loading…
Reference in a new issue