From e1c35ca581886a0fe761ea95fdda2cfc3f720403 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 6 Jul 2020 22:29:11 +0430 Subject: [PATCH] [meson] rename the section As Behdad's comment --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f8323827f..f88c7ba3c 100644 --- a/meson.build +++ b/meson.build @@ -377,7 +377,7 @@ summary({'FreeType': conf.get('HAVE_FREETYPE', 0) == 1, }, bool_yn: true, section: 'Font callbacks (the more the merrier)') 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') + }, bool_yn: true, section: 'Dependencies used for command-line utilities') summary({'Graphite2': conf.get('HAVE_GRAPHITE2', 0) == 1, }, bool_yn: true, section: 'Additional shapers') summary({'CoreText': conf.get('HAVE_CORETEXT', 0) == 1,