TOOLS: Add virtual keyboard feature selection to create_project
This commit is contained in:
parent
68d0602b0d
commit
d418cd0fd7
2 changed files with 3 additions and 0 deletions
|
@ -709,6 +709,7 @@ const Feature s_features[] = {
|
|||
{ "opengl", "USE_OPENGL", "opengl32", true, "OpenGL support" },
|
||||
{ "indeo3", "USE_INDEO3", "", true, "Indeo3 codec support"},
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
|
||||
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
|
||||
// is just no current way of properly detecting this...
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue