diff options
Diffstat (limited to 'base/version.cpp')
-rw-r--r-- | base/version.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/version.cpp b/base/version.cpp index a068f2b141..7943552418 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -121,4 +121,8 @@ const char *gScummVMFeatures = "" #ifdef USE_FAAD "AAC " #endif + +#ifdef USE_FREETYPE2 + "FreeType2 " +#endif ; |