From baa14729a081b3ba2a1a415ef6c9cf0458ef3bac Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 10 May 2022 15:39:24 +0200 Subject: meson: Bump meson version and fix deprecations --- doc/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/meson.build b/doc/meson.build index 5fc253c..180d3e9 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -2,7 +2,7 @@ subdir('man') ifaces_refs = [] -dbus_dir = join_paths(meson.source_root(), 'dbus') +dbus_dir = join_paths(meson.project_source_root(), 'dbus') spec_to_docbook = files('spec-to-docbook.xsl') foreach iface: upowerd_dbus_interfaces @@ -30,7 +30,7 @@ version_xml = configure_file( if get_option('gtk-doc') gnome.gtkdoc('UPower', main_xml: 'upower-docs.xml', - src_dir: meson.source_root() / 'libupower-glib', + src_dir: meson.project_source_root() / 'libupower-glib', dependencies: [ libupower_glib_dep ], scan_args: ['--rebuild-types', '--rebuild-sections'], content_files: [ -- cgit v1.2.3