summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-06 22:56:51 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-01-06 22:56:51 +0100
commit2a38a5eaa844043b846e03d6655f84caf8a31e74 (patch)
tree324d3ac8fdf3ee3eff25f614d4b51a65a91cea1a /SConstruct
parent12d1fc7a184f0ddaa97a88614905a04d6cf81f25 (diff)
downloadredot-engine-2a38a5eaa844043b846e03d6655f84caf8a31e74.tar.gz
Remove bundled glew, obsoleted by glad
Also make Haiku load the glad header for GLES3 too, though I haven't test it.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 9a28926c6b..45d8b10206 100644
--- a/SConstruct
+++ b/SConstruct
@@ -144,7 +144,6 @@ opts.Add('vsproj', "Generate Visual Studio Project. (yes/no)", 'no')
# Thirdparty libraries
opts.Add('builtin_enet', "Use the builtin enet library (yes/no)", 'yes')
opts.Add('builtin_freetype', "Use the builtin freetype library (yes/no)", 'yes')
-opts.Add('builtin_glew', "Use the builtin glew library (yes/no)", 'yes')
opts.Add('builtin_libmpcdec', "Use the builtin libmpcdec library (yes/no)", 'yes')
opts.Add('builtin_libogg', "Use the builtin libogg library (yes/no)", 'yes')
opts.Add('builtin_libpng', "Use the builtin libpng library (yes/no)", 'yes')