aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-10 00:31:19 +0100
committerDavid Robillard <d@drobilla.net>2021-01-10 00:31:46 +0100
commit4e29afc7d221fda34d9ee22eee8be71ab5c3e97d (patch)
tree8a6536dee0d043860b1a93523b8e808eea2ef2ed /meson.build
parent9fd2cd2c086665e470e31af8d1169a1a8e51c934 (diff)
downloadpugl-4e29afc7d221fda34d9ee22eee8be71ab5c3e97d.tar.gz
pugl-4e29afc7d221fda34d9ee22eee8be71ab5c3e97d.tar.bz2
pugl-4e29afc7d221fda34d9ee22eee8be71ab5c3e97d.zip
Fix configuration summary when documentation is disabled
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3b1b788..0b7b9fa 100644
--- a/meson.build
+++ b/meson.build
@@ -422,6 +422,8 @@ install_headers(cpp_headers, subdir: 'puglxx' + version_suffix)
if not get_option('docs').disabled()
subdir('doc')
+else
+ build_docs = false
endif
if get_option('examples')