1
0
Fork 0

meson: pass png=enable to freetype2 to work around bug

See https://savannah.nongnu.org/bugs/?59458
This commit is contained in:
Ryan Lucia 2020-11-15 15:41:56 -05:00
parent 18ccc1d7f0
commit f91f6f0743
1 changed files with 2 additions and 1 deletions

View File

@ -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'