From 6ec9cd3096aff7a406cbb8d6830a81302e34527c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sat, 24 Dec 2022 20:18:46 -0500 Subject: meson: allow disabling DWrite When building with MinGW-w64, DWrite introduces a libstdc++ dependency which may not be desired. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index ebc65c77e..1d4d018c4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,5 @@ # Cairo font backends +option('dwrite', type : 'feature', value : 'auto') option('fontconfig', type : 'feature', value : 'auto') option('freetype', type : 'feature', value : 'auto') -- cgit v1.2.1