minor, improve the need for graphite comment

This commit is contained in:
Ebrahim Byagowi 2020-06-05 01:08:08 +04:30
parent 03bd6ead44
commit 65462c4b0b
2 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ Tools used for command-line utilities:
Cairo: ${have_cairo}
Fontconfig: ${have_fontconfig}
Additional shapers (the more the merrier):
Additional shapers:
Graphite2: ${have_graphite2}
Platform shapers (not normally needed):

View File

@ -356,7 +356,7 @@ summary({'Cairo': conf.get('HAVE_CAIRO', 0) == 1,
'Fontconfig': conf.get('HAVE_FONTCONFIG', 0) == 1,
}, bool_yn: true, section: 'Tools used for command-line utilities')
summary({'Graphite2': conf.get('HAVE_GRAPHITE2', 0) == 1,
}, bool_yn: true, section: 'Additional shapers (the more the merrier)')
}, bool_yn: true, section: 'Additional shapers')
summary({'CoreText': conf.get('HAVE_CORETEXT', 0) == 1,
'DirectWrite': conf.get('HAVE_DIRECTWRITE', 0) == 1,
'GDI': conf.get('HAVE_GDI', 0) == 1,