From 8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 24 Jan 2011 10:35:48 -0800 Subject: Remove talloc from the SCons build system. --- src/gallium/targets/egl-static/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/egl-static') diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript index c978934a0c8..974c35e46a7 100644 --- a/src/gallium/targets/egl-static/SConscript +++ b/src/gallium/targets/egl-static/SConscript @@ -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: -- cgit v1.2.3