From a13ae5ad9dc70075740f11139f1db96cc79faa59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 May 2023 20:53:29 -0400 Subject: Clean up configuration summary --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson.build') 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 -- cgit v1.2.1