diff --git a/meson.build b/meson.build index bbb92a2cc..d24cd2cb2 100644 --- a/meson.build +++ b/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,