diff options
Diffstat (limited to 'o3d/build/common.gypi')
-rw-r--r-- | o3d/build/common.gypi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index ee2324f..4c319e4 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -71,6 +71,9 @@ # Add a way to disable FBO support for GL implementations that don't have # it. 'disable_fbo%': 0, + + # Whether to enable the English-only, Win/Mac-only fullscreen message. + 'plugin_enable_fullscreen_msg%': '1', }, 'target_defaults': { 'defines': [ @@ -135,6 +138,13 @@ ], }, ], + ['<(plugin_enable_fullscreen_msg) != 0', + { + 'defines': [ + 'O3D_PLUGIN_ENABLE_FULLSCREEN_MSG=1', + ], + }, + ], ], }, 'conditions' : [ |