[meson] rename the section

As Behdad's comment
pull/2549/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent ddb103ea1a
commit e1c35ca581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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,

Loading…
Cancel
Save