[TextServer] Make sure Freetype is enabled for ot-svg

This commit is contained in:
Ninni Pipping
2023-03-07 16:27:24 +01:00
parent 013a457068
commit 3a5d7a4b54
6 changed files with 15 additions and 3 deletions
@@ -66,8 +66,10 @@ using namespace godot;
#endif
#ifdef MODULE_SVG_ENABLED
#ifdef MODULE_FREETYPE_ENABLED
#include "thorvg_svg_in_ot.h"
#endif
#endif
/*************************************************************************/