summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ab0fb13..cf21eb1 100644
--- a/meson.build
+++ b/meson.build
@@ -395,3 +395,6 @@ summary({
'Tests': not get_option('tests').disabled(),
'Tools': not get_option('tools').disabled(),
}, section: 'General', bool_yn: true, list_sep: ', ')
+summary({
+ 'Hinting': get_option('default-hinting'),
+ }, section: 'Defaults', bool_yn: true, list_sep: ', ')