summaryrefslogtreecommitdiff
path: root/platform/server
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-09-25 12:19:34 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-09-25 12:29:31 +0200
commitb0f166987a55a0de21720b568ac3bd29991d22c7 (patch)
tree8479d1492176e8656e4049893fb1f78cad09b917 /platform/server
parent5adf7aa6b75d1ab566f4bd68c4dec3ca7c188306 (diff)
Server platform builds (dummy) mobile_vr module.
Protect GL functions in mobile_vr with ifdefs.
Diffstat (limited to 'platform/server')
-rw-r--r--platform/server/detect.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py
index e921bf4a5f..597a2ff6a0 100644
--- a/platform/server/detect.py
+++ b/platform/server/detect.py
@@ -29,9 +29,7 @@ def get_opts():
def get_flags():
- return [
- ("module_mobile_vr_enabled", False),
- ]
+ return []
def configure(env):