[pango/pango1-dwrite: 1/3] build: Enable GDI and DirectWrite in HarfBuzz fallback




commit 074f56ec5e2d5e68b45c1739279111f8b454cd23
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jul 6 17:00:01 2022 +0800

    build: Enable GDI and DirectWrite in HarfBuzz fallback
    
    We want to use these features in HarfBuzz that are not enabled by default.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 48ca0d77c..fe2f9d47c 100644
--- a/meson.build
+++ b/meson.build
@@ -275,7 +275,7 @@ harfbuzz_dep = dependency('harfbuzz',
                           version: harfbuzz_req_version,
                           required: true,
                           fallback: ['harfbuzz', 'libharfbuzz_dep'],
-                          default_options: ['coretext=enabled'])
+                          default_options: ['coretext=enabled', 'directwrite=auto', 'gdi=auto'])
 
 pango_deps += harfbuzz_dep
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]