[meson] Merge gdi and uniscribe
They are the same thing obviously
This commit is contained in:
parent
8e7a9b6eeb
commit
dc981fe951
|
@ -376,8 +376,7 @@ summary({'Graphite2': conf.get('HAVE_GRAPHITE2', 0) == 1,
|
||||||
}, bool_yn: true, section: 'Additional shapers')
|
}, bool_yn: true, section: 'Additional shapers')
|
||||||
summary({'CoreText': conf.get('HAVE_CORETEXT', 0) == 1,
|
summary({'CoreText': conf.get('HAVE_CORETEXT', 0) == 1,
|
||||||
'DirectWrite': conf.get('HAVE_DIRECTWRITE', 0) == 1,
|
'DirectWrite': conf.get('HAVE_DIRECTWRITE', 0) == 1,
|
||||||
'GDI': conf.get('HAVE_GDI', 0) == 1,
|
'GDI/Uniscribe': (conf.get('HAVE_GDI', 0) == 1) and (conf.get('HAVE_UNISCRIBE', 0) == 1),
|
||||||
'Uniscribe': conf.get('HAVE_UNISCRIBE', 0) == 1,
|
|
||||||
}, bool_yn: true, section: 'Platform shapers (not normally needed)')
|
}, bool_yn: true, section: 'Platform shapers (not normally needed)')
|
||||||
summary({'Documentation': conf.get('HAVE_GTK_DOC', 0) == 1,
|
summary({'Documentation': conf.get('HAVE_GTK_DOC', 0) == 1,
|
||||||
'GObject bindings': conf.get('HAVE_GOBJECT', 0) == 1,
|
'GObject bindings': conf.get('HAVE_GOBJECT', 0) == 1,
|
||||||
|
|
Loading…
Reference in New Issue