summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-static/SConscript
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2011-01-24 10:35:48 -0800
committerKenneth Graunke <kenneth@whitecape.org>2011-01-31 10:17:10 -0800
commit8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 (patch)
tree27618281c2761dc2fcbc6ec85d2d7383e6bada24 /src/gallium/targets/egl-static/SConscript
parentd1d8120545b0bd2f7ec48c5f03c77b967b082e04 (diff)
Remove talloc from the SCons build system.
Diffstat (limited to 'src/gallium/targets/egl-static/SConscript')
-rw-r--r--src/gallium/targets/egl-static/SConscript2
1 files changed, 1 insertions, 1 deletions
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: