From b299db2bd28b907fb69a96e9aef3782019ba3b2d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Aug 2022 18:56:11 -0400 Subject: Fix documentation build --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 4f4fcf1..642ecbf 100644 --- a/meson.build +++ b/meson.build @@ -307,6 +307,8 @@ if not get_option('docs').disabled() warning('Python 3.7 is required for documentation') build_docs = false endif + + build_docs = doxygen.found() and python.found() endif # Run Doxygen first to generate tags -- cgit v1.2.1