summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
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