summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-15 20:53:29 -0400
committerDavid Robillard <d@drobilla.net>2023-05-15 20:53:29 -0400
commita13ae5ad9dc70075740f11139f1db96cc79faa59 (patch)
tree4a0163f3d446b666a061583e0792e38d0d85f0c4
parent5346bea51aecbb3b32996ece3c005ebb65e79cd4 (diff)
downloadzix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.gz
zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.bz2
zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.zip
Clean up configuration summary
-rw-r--r--doc/meson.build4
-rw-r--r--meson.build3
2 files changed, 1 insertions, 6 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 4de3240..492b84e 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -20,10 +20,6 @@ endif
# Build documentation if all required tools are found
build_docs = doxygen.found() and sphinx_build.found() and sphinxygen.found()
-if not meson.is_subproject()
- summary('Documentation', build_docs, bool_yn: true, section: 'Configuration')
-endif
-
if build_docs
# Warn if the "official" theme isn't present
pymod = import('python')
diff --git a/meson.build b/meson.build
index 720bbca..6e42dda 100644
--- a/meson.build
+++ b/meson.build
@@ -452,7 +452,7 @@ if not meson.is_subproject()
'Benchmarks': build_benchmarks,
},
bool_yn: true,
- section: 'Configuration',
+ section: 'Components',
)
summary(
@@ -461,7 +461,6 @@ if not meson.is_subproject()
'Headers': get_option('prefix') / get_option('includedir'),
'Libraries': get_option('prefix') / get_option('libdir'),
},
- bool_yn: true,
section: 'Directories',
)
endif