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 +)