1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

meson: Disable harfbuzz:icu in CI

After harfbuzz/harfbuzz:604fe807078ce41d0ac7742547e90b17c066709f
harfbuzz falls back to an ICU subproject if one is available, but it's
not compatible with our wrap.
This commit is contained in:
arch1t3cht 2023-06-27 02:53:45 +02:00 committed by Ryan Lucia
parent 7aa9e19a48
commit 864effc7d8

View File

@ -25,6 +25,7 @@ jobs:
-Dfreetype2:harfbuzz=disabled
-Dharfbuzz:freetype=disabled
-Dharfbuzz:cairo=disabled
-Dharfbuzz:icu=disabled
-Dharfbuzz:glib=disabled
-Dharfbuzz:gobject=disabled
-Dharfbuzz:tests=disabled