Skip to content
Commit 7816f0b8 authored by Simon Ser's avatar Simon Ser
Browse files

meson: use project build root for doxygen output



meson.build_root() returns the parent's build directory if Wayland is
a subproject. This fails with:

    error: tag OUTPUT_DIRECTORY: Output directory '<parent-build-dir>/doc/doxygen' does not exist and cannot be created

Instead, use meson.project_build_root(), which returns the subproject's
build directory.

Signed-off-by: default avatarSimon Ser <contact@emersion.fr>
parent c7880752
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment