scons: Remove gles option.
[mesa.git] / src / gallium / targets / libgl-xlib / SConscript
index fb7a0ce50e3bb2c58fd2298af12c2f29021237eb..b49b4e6fe2a990f4c1dd46b7e07b722b91fefdb0 100644 (file)
@@ -18,12 +18,6 @@ env.Append(CPPDEFINES = ['USE_XSHM'])
 env.Prepend(LIBS = env['X11_LIBS'])
 env.Prepend(LIBPATH = env['X11_LIBPATH'])
 
-# when GLES is enabled, gl* and _glapi_* belong to bridge_glapi and
-# shared_glapi respectively
-if env['gles']:
-    env.Prepend(LIBPATH = [shared_glapi.dir])
-    glapi = [bridge_glapi, 'glapi']
-
 env.Prepend(LIBS = [
     st_xlib,
     ws_xlib,