diff options
author | Kenneth Graunke <[email protected]> | 2011-01-24 10:35:48 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-01-31 10:17:10 -0800 |
commit | 8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 (patch) | |
tree | 27618281c2761dc2fcbc6ec85d2d7383e6bada24 /src/gallium/targets/libgl-gdi | |
parent | d1d8120545b0bd2f7ec48c5f03c77b967b082e04 (diff) |
Remove talloc from the SCons build system.
Diffstat (limited to 'src/gallium/targets/libgl-gdi')
-rw-r--r-- | src/gallium/targets/libgl-gdi/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-gdi/SConscript b/src/gallium/targets/libgl-gdi/SConscript index c088d4c2ae6..49462a8e309 100644 --- a/src/gallium/targets/libgl-gdi/SConscript +++ b/src/gallium/targets/libgl-gdi/SConscript @@ -15,7 +15,6 @@ env.Append(LIBS = [ 'user32', 'kernel32', 'ws2_32', - talloc, ]) sources = ['libgl_gdi.c'] |