diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-07-02 17:05:47 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-07-02 19:00:41 +0100 |
commit | 56a24879246b4e4ae3bbe496b3e6d0a4443a598d (patch) | |
tree | 947e2e3aec5b5f85ef34612f0009a16cc265fe25 /meson.build | |
parent | fd0753af88f746fd3d729bf6e1df08eefeeaa3ac (diff) |
meson: add 'default-hinting' option
Fixes #244
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
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: ', ') |