aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
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