summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index 33af82aa..8e2eacc6 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -12,8 +12,8 @@ dot = find_program('dot', required : get_option('documentation'))
if doxygen.found() and dot.found()
cdata = configuration_data()
cdata.set('VERSION', 'v@0@'.format(libcamera_git_version))
- 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 : 'Doxyfile.in',
output : 'Doxyfile',