From a6cd151cc7c45bfcf6053712c76ced4159a8157b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 1 May 2020 12:32:10 +0200 Subject: [PATCH] meson: emit a 'summary()' at the end --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meson.build b/meson.build index 464e3b54..7703af54 100644 --- a/meson.build +++ b/meson.build @@ -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 +)