diff options
author | David Robillard <d@drobilla.net> | 2023-05-15 20:53:29 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-15 20:53:29 -0400 |
commit | a13ae5ad9dc70075740f11139f1db96cc79faa59 (patch) | |
tree | 4a0163f3d446b666a061583e0792e38d0d85f0c4 /meson.build | |
parent | 5346bea51aecbb3b32996ece3c005ebb65e79cd4 (diff) | |
download | zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.gz zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.tar.bz2 zix-a13ae5ad9dc70075740f11139f1db96cc79faa59.zip |
Clean up configuration summary
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
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 |