aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-12 18:56:11 -0400
committerDavid Robillard <d@drobilla.net>2022-08-12 18:56:31 -0400
commitb299db2bd28b907fb69a96e9aef3782019ba3b2d (patch)
tree4222a5346bf6c15b9c38abe6d6de2946eef45505
parentbb0f65b4bd0216ce2632ae6dd29f3e87847ed163 (diff)
downloadlv2-b299db2bd28b907fb69a96e9aef3782019ba3b2d.tar.xz
Fix documentation build
-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