From: Michal Krol Date: Mon, 7 Sep 2009 19:23:43 +0000 (+0200) Subject: gdi: Add glsl to LIBS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d26d77295b87cbd61ccafcf03d30b0c900d22a5f;p=mesa.git gdi: Add glsl to LIBS. --- diff --git a/src/gallium/winsys/gdi/SConscript b/src/gallium/winsys/gdi/SConscript index 86eb9ef55ed..243146fca7f 100644 --- a/src/gallium/winsys/gdi/SConscript +++ b/src/gallium/winsys/gdi/SConscript @@ -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'], )