diff options
author | José Fonseca <[email protected]> | 2010-08-13 13:55:34 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-08-13 13:55:34 +0100 |
commit | 3a3cdb909da5b02edf921fcb5a009dfc2868d23d (patch) | |
tree | 484f86b3cd2ebbda56a27228f1bf5801e92d97a0 /src/gallium | |
parent | 1ca2945f84e9cb298a7d4ad4ec9a0578097c146d (diff) |
scons: Build the new glsl2 code.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/targets/libgl-gdi/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/libgl-gdi/SConscript b/src/gallium/targets/libgl-gdi/SConscript index 144084f74f8..12fe403f62f 100644 --- a/src/gallium/targets/libgl-gdi/SConscript +++ b/src/gallium/targets/libgl-gdi/SConscript @@ -17,6 +17,7 @@ if env['platform'] == 'windows': 'user32', 'kernel32', 'ws2_32', + talloc, ]) sources = [] |