meson: Fix deprecation warning

meson.build_root() has been renamed to meson.global_build_root() to not
be confused with meson.project_build_root().
This commit is contained in:
Xavier Claessens 2022-09-02 10:15:15 -04:00 committed by Sebastian Dröge
parent d1d7e99978
commit 184f862307

View file

@ -203,7 +203,7 @@ rs_plugins = custom_target('gst-plugins-rs',
'build',
meson.current_build_dir(),
meson.current_source_dir(),
meson.build_root(),
meson.global_build_root(),
target,
include,
extra_env_str,