gdi: Add glsl to LIBS.
authorMichal Krol <michal@vmware.com>
Mon, 7 Sep 2009 19:23:43 +0000 (21:23 +0200)
committerMichal Krol <michal@vmware.com>
Mon, 7 Sep 2009 19:23:43 +0000 (21:23 +0200)
src/gallium/winsys/gdi/SConscript

index 86eb9ef55ed7c261d4ffd31f60bea777bedad3a7..243146fca7f77474747da9976444597b7854a977 100644 (file)
@@ -35,5 +35,5 @@ if env['platform'] == 'windows':
        env.SharedLibrary(
                target ='opengl32',
                source = sources,
-               LIBS = wgl + glapi + mesa + drivers + auxiliaries + env['LIBS'],
+               LIBS = wgl + glapi + mesa + drivers + auxiliaries + glsl + env['LIBS'],
        )