CREATE_PROJECT: Add the FreeType feature

This commit is contained in:
Filippos Karapetis 2012-03-25 21:40:10 +03:00
parent f9c4504ec0
commit 207b65b451

View file

@ -843,6 +843,7 @@ const Feature s_features[] = {
{ "flac", "USE_FLAC", "libFLAC_static", true, "FLAC support" },
{ "png", "USE_PNG", "libpng", true, "libpng support" },
{ "theora", "USE_THEORADEC", "libtheora_static", true, "Theora decoding support" },
{"freetype", "USE_FREETYPE2", "freetype", true, "FreeType support" },
// Feature flags
{ "bink", "USE_BINK", "", true, "Bink video support" },