mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
meson: emit a 'summary()' at the end
This commit is contained in:
parent
99172e7f8e
commit
a6cd151cc7
1 changed files with 7 additions and 0 deletions
|
|
@ -151,3 +151,10 @@ install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
|
||||||
|
|
||||||
subdir('completions')
|
subdir('completions')
|
||||||
subdir('doc')
|
subdir('doc')
|
||||||
|
|
||||||
|
summary(
|
||||||
|
{
|
||||||
|
'Unicode combining': utf8proc.found(),
|
||||||
|
},
|
||||||
|
bool_yn: true
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue