[meson] Merge gdi and uniscribe

They are the same thing obviously
pull/2570/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent 8e7a9b6eeb
commit dc981fe951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      meson.build

@ -376,8 +376,7 @@ summary({'Graphite2': conf.get('HAVE_GRAPHITE2', 0) == 1,
}, 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,
'Uniscribe': conf.get('HAVE_UNISCRIBE', 0) == 1,
'GDI/Uniscribe': (conf.get('HAVE_GDI', 0) == 1) and (conf.get('HAVE_UNISCRIBE', 0) == 1),
}, bool_yn: true, section: 'Platform shapers (not normally needed)')
summary({'Documentation': conf.get('HAVE_GTK_DOC', 0) == 1,
'GObject bindings': conf.get('HAVE_GOBJECT', 0) == 1,

Loading…
Cancel
Save