mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
meson: Fix path for webrtc validate tests
This fixes a crash when trying to run gst-validate-launcher from inside the meson devenv. The error was: ModuleNotFoundError: No module named 'observer' Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3273>
This commit is contained in:
parent
9ebe338d80
commit
4fb9f2a2b4
1 changed files with 2 additions and 1 deletions
|
@ -23,5 +23,6 @@ endif
|
|||
|
||||
env = environment()
|
||||
env.prepend('GST_VALIDATE_SCENARIOS_PATH', meson.current_source_dir() / 'validate/scenarios')
|
||||
env.prepend('GST_VALIDATE_APPS_DIR', meson.current_source_dir() / 'validate')
|
||||
env.prepend('GST_VALIDATE_APPS_DIR', meson.current_source_dir() / 'validate' /
|
||||
'apps')
|
||||
meson.add_devenv(env)
|
||||
|
|
Loading…
Reference in a new issue