diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2018-10-18 15:04:49 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2018-10-19 16:50:26 +0100 |
commit | 45bacc4b63d83447c144d14cb075eaf7a458c429 (patch) | |
tree | 727df3ac63acddb755b20962af9aaa8be0136db0 /common.py | |
parent | 68c7833540fabea3d7af8eb470522e6403354e20 (diff) |
scons: Remove gles option.
It's broken, and WGL state tracker is always built with GLES support
noawadays.
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common.py b/common.py index 113fc7f5c12..f4f2bb44c1c 100644 --- a/common.py +++ b/common.py @@ -99,8 +99,6 @@ def AddOptions(opts): 'enable static code analysis where available', 'no')) opts.Add(BoolOption('asan', 'enable Address Sanitizer', 'no')) opts.Add('toolchain', 'compiler toolchain', default_toolchain) - opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support', - 'no')) opts.Add(BoolOption('llvm', 'use LLVM', default_llvm)) opts.Add(BoolOption('openmp', 'EXPERIMENTAL: compile with openmp (swrast)', 'no')) |