diff --git a/configure.ac b/configure.ac index 3af266b5f..63e25cb24 100644 --- a/configure.ac +++ b/configure.ac @@ -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): diff --git a/meson.build b/meson.build index 797f5f915..1f3a79b70 100644 --- a/meson.build +++ b/meson.build @@ -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,