diff options
| author | Matthew Hoops | 2012-04-02 10:07:45 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2012-04-02 10:07:45 -0400 |
| commit | b6374a3103787415eaad1eb2ea29559bd4c7d372 (patch) | |
| tree | 05defd71f9cd141917e2c36b7fab215718763063 /devtools/create_project | |
| parent | 47ae65e49577b1f881c2f5956ad8550f0089a4fe (diff) | |
| parent | d50e34c1bd1152170737bea6bd85c08566426eb6 (diff) | |
| download | scummvm-rg350-b6374a3103787415eaad1eb2ea29559bd4c7d372.tar.gz scummvm-rg350-b6374a3103787415eaad1eb2ea29559bd4c7d372.tar.bz2 scummvm-rg350-b6374a3103787415eaad1eb2ea29559bd4c7d372.zip | |
Merge remote branch 'upstream/master' into pegasus
Diffstat (limited to 'devtools/create_project')
| -rw-r--r-- | devtools/create_project/create_project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 15830bd467..61c609be67 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -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" }, |
