Skip to content

Fix test build without pangoft

Chun-wei Fan requested to merge fix-test-build-wo-pangoft into master

Hi,

This attempts to fix the build when we do not have PangoFT2 in the build (i.e. on Windows builds where PangoFT2 is optional). This does this by:

  • Including explicitly the FreeType headers when we don't have PangoFT2, since PangoFT2's headers include the FreeType headers.

  • Fix the NMake Makefiles to link to Pango, HarfBuzz and FreeType .lib's for the tests as well.

With blessings, thank you!

Merge request reports