HomeWildfire Games

Adds FreeType support to the engine.

Description

Adds FreeType support to the engine.

Tested By: Langbart, Imarok, Stan, s0600204, wraitii

Differential Revision: https://code.wildfiregames.com/D4108

Event Timeline

Tested By: (,,,)

+ @Freagarach ;)

Tested By: (,,,)

+ @Freagarach ;)

Ah, sorry, I thought I mentioned everyone :(

No problem! :)

Silier added a subscriber: Silier.Dec 13 2021, 9:46 PM

dont know if this was solved, no-pch build on jenkins:

`
../../../source/ps/GameSetup/HWDetect.cpp:52:10: fatal error: ft2build.h: No such file or directory
 #include <ft2build.h>
          ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [engine.make:334: obj/engine_Release/HWDetect.o] Error 1
`
Stan added a subscriber: Stan.Dec 13 2021, 10:19 PM

It's solved now, was missing libfreetype6-dev.