Remove bundled glew, obsoleted by glad

Also make Haiku load the glad header for GLES3 too,
though I haven't test it.
This commit is contained in:
Rémi Verschelde 2017-01-06 22:56:51 +01:00
parent 12d1fc7a18
commit 2a38a5eaa8
9 changed files with 1 additions and 47351 deletions

View file

@ -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')