meson: emit a 'summary()' at the end

This commit is contained in:
Daniel Eklöf 2020-05-01 12:32:10 +02:00
parent 99172e7f8e
commit a6cd151cc7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -151,3 +151,10 @@ install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
subdir('completions')
subdir('doc')
summary(
{
'Unicode combining': utf8proc.found(),
},
bool_yn: true
)