Server platform builds (dummy) mobile_vr module.

Protect GL functions in mobile_vr with ifdefs.
This commit is contained in:
Fabio Alessandrelli
2018-09-25 12:19:34 +02:00
parent 5adf7aa6b7
commit b0f166987a
3 changed files with 13 additions and 3 deletions

View File

@ -29,9 +29,7 @@ def get_opts():
def get_flags():
return [
("module_mobile_vr_enabled", False),
]
return []
def configure(env):