mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
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:
parent
d1d7e99978
commit
184f862307
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue