mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
meson: Don't use deprecated meson.source_root()
This function is deprecated since 0.56.0: WARNING: Project targeting '>= 0.56.0' but tried to use feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead.
This commit is contained in:
parent
de834bcfe9
commit
8f85c42ba3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ endif
|
|||
gnome.gtkdoc('calls',
|
||||
main_xml: 'calls-docs.xml',
|
||||
src_dir: [
|
||||
join_paths(meson.source_root(), 'src'),
|
||||
join_paths(meson.project_source_root(), 'src'),
|
||||
join_paths(meson.project_build_root(), 'src'),
|
||||
join_paths(meson.project_build_root(), 'src/dbus'),
|
||||
join_paths(meson.project_build_root(), 'plugins/ofono/libgdbofono'),
|
||||
|
|
Loading…
Reference in a new issue