diff options
author | Michal Krol <[email protected]> | 2009-11-13 05:49:25 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-13 05:49:25 +0100 |
commit | f5b6e0639065eed99c491a1eb5413b96957b3b6a (patch) | |
tree | 63777c54eae464bc11f09c31a26ed22b56d70b4d | |
parent | 38a1f0b5d1062f8051ac6bb4e3c35fbbf4615163 (diff) |
gdi: Link to glslcl.
-rw-r--r-- | src/gallium/winsys/gdi/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/gdi/SConscript b/src/gallium/winsys/gdi/SConscript index 9fbe9e800c3..5b6364a01df 100644 --- a/src/gallium/winsys/gdi/SConscript +++ b/src/gallium/winsys/gdi/SConscript @@ -39,5 +39,5 @@ if env['platform'] == 'windows': env.SharedLibrary( target ='opengl32', source = sources, - LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl + env['LIBS'], + LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl + glslcl + env['LIBS'], ) |