From 7d43df95e60b4b92b0a06607c529e2764e94f945 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 10 Dec 2022 00:27:46 -0300 Subject: [PATCH] remove deprecated functions --- doc/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/meson.build b/doc/meson.build index c66f864..d78f7c7 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,5 +1,5 @@ -cdata.set('TOP_SRCDIR', meson.source_root()) -cdata.set('TOP_BUILDDIR', meson.build_root()) +cdata.set('TOP_SRCDIR', meson.project_source_root()) +cdata.set('TOP_BUILDDIR', meson.project_build_root()) doxyfile = configure_file(input: 'doxygen.conf.in', output: 'doxygen.conf',