diff --git a/base/version.cpp b/base/version.cpp index 998ebc5809a..968321ccc60 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -143,6 +143,10 @@ const char *gScummVMFeatures = "" "FreeType2 " #endif +#ifdef USE_FRIBIDI + "FriBiDi " +#endif + #ifdef USE_JPEG "JPEG " #endif