diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e58436a2..8cd410dd 100644 --- a/meson.build +++ b/meson.build @@ -280,6 +280,14 @@ if not meson.is_subproject() if not get_option('tools').disabled() summary( { + 'Man pages': not get_option('man').disabled(), + }, + bool_yn: true, + section: 'Components', + ) + + summary( + { 'Executables': get_option('prefix') / get_option('bindir'), }, section: 'Directories', |