From 48cbd50217b88066fbbe26e198f8ac76dedbe9c9 Mon Sep 17 00:00:00 2001 From: Eukara Date: Thu, 20 Feb 2020 21:19:41 +0000 Subject: [PATCH] Make sure TW builds with static FreeType. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5634 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_wastes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/common/config_wastes.h b/engine/common/config_wastes.h index 2c1a58ab5..667da482f 100644 --- a/engine/common/config_wastes.h +++ b/engine/common/config_wastes.h @@ -169,7 +169,7 @@ #undef PACKAGEMANAGER //Allows the user to enable/disable/download packages and plugins. #undef HEADLESSQUAKE #undef WAYLANDQUAKE -#undef AVAIL_FREETYPE // for truetype font rendering +#define AVAIL_FREETYPE // for truetype font rendering #undef SERVER_DEMO_PLAYBACK //outdated crap //FIXME: Stuff that Spike has added that eukara needs to decide whether to use or not. @@ -209,6 +209,9 @@ #ifdef AVAIL_JPEGLIB -DLINK_JPEG #endif +#ifdef AVAIL_FREETYPE +-DLINK_FREETYPE +#endif #ifdef USE_INTERNAL_BULLET //makefile will respond to this by trying to link bullet into the engine itself, instead of as a plugin. -DLINK_INTERNAL_BULLET