[pango/pango2: 122/168] Try to fix the msys2 CI




commit c9e062a6a7d5bc3e910b450976081f981eb9677b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jun 15 15:15:22 2022 +0800

    Try to fix the msys2 CI
    
    Try to enable DirectWrite when building HarfBuzz as a fallback.

 .gitlab-ci/test-msys2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index cf8bd77a..4c036155 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -22,7 +22,7 @@ pacman --noconfirm -S --needed \
     mingw-w64-$MSYS2_ARCH-toolchain \
     mingw-w64-$MSYS2_ARCH-cantarell-fonts
 
-meson --buildtype debug --force-fallback-for harfbuzz _build
+meson --buildtype debug --force-fallback-for harfbuzz -Dharfbuzz:directwrite=auto _build
 cd _build
 ninja
 


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