mirror of https://github.com/odrling/Aegisub
meson: pass png=enable to freetype2 to work around bug
See https://savannah.nongnu.org/bugs/?59458
This commit is contained in:
parent
18ccc1d7f0
commit
f91f6f0743
|
@ -61,7 +61,8 @@ jobs:
|
|||
|
||||
- name: Configure (Windows)
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
run: meson build -Db_vscrt=mdd -Ddefault_library=static -Dfreetype2:zlib=system --force-fallback-for=zlib
|
||||
# -Dfreetype2:png=enabled is a workaround for https://savannah.nongnu.org/bugs/?59458
|
||||
run: meson build -Db_vscrt=mdd -Ddefault_library=static -Dfreetype2:zlib=system --force-fallback-for=zlib -Dfreetype2:png=enabled
|
||||
|
||||
- name: Configure (Linux)
|
||||
if: matrix.config.os == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in New Issue