Remove talloc from the SCons build system.
[mesa.git] / src / gallium / targets / egl-static / SConscript
index c978934a0c8b577bfa7b95e8f0125ee793d2edc2..974c35e46a70a41d3476a229f69195e6b7cb6e57 100644 (file)
@@ -69,7 +69,7 @@ if env['gles']:
     env.Prepend(LIBPATH = [shared_glapi.dir])
     # manually add LIBPREFIX on windows
     glapi_name = 'glapi' if env['platform'] != 'windows' else 'libglapi'
-    env.Prepend(LIBS = [glapi_name, talloc, glsl, mesa])
+    env.Prepend(LIBS = [glapi_name, glsl, mesa])
 
 # OpenVG
 if True: