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>
This commit is contained in:
@@ -113,11 +113,4 @@ if env['platform'] == 'windows':
|
||||
else:
|
||||
shared_glapi = env.FindIxes(shared_glapi, 'SHLIBPREFIX', 'SHLIBSUFFIX')
|
||||
|
||||
# build glapi bridge as a convenience libarary for libgl-xlib/libgl-gdi
|
||||
bridge_glapi_objects = mapi_objects(env, 'glapi', 'bridge')
|
||||
bridge_glapi = env.ConvenienceLibrary(
|
||||
target = 'glapi_bridge',
|
||||
source = bridge_glapi_objects,
|
||||
)
|
||||
|
||||
Export(['shared_glapi', 'bridge_glapi'])
|
||||
Export(['shared_glapi'])
|
||||
|
||||
Reference in New Issue
Block a user