1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Only include fontconfig when TTF is enabled

This commit is contained in:
Michał Janiszewski
2017-08-24 08:49:25 +02:00
committed by GitHub
parent f677fe71b6
commit 99d6bcf811

View File

@@ -29,7 +29,9 @@
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#ifndef NO_TTF
#include <fontconfig/fontconfig.h>
#endif // NO_TTF
#include <fnmatch.h>
#include <locale.h>