ws/gdi: fix typo
authorKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 18:01:47 +0000 (18:01 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 18:01:47 +0000 (18:01 +0000)
src/gallium/winsys/gdi/SConscript

index 80f6c0e477b905f5ca90b327e6977cb17955c498..1267fc6eea415936c1b1372eb8744f7ecaebc11c 100644 (file)
@@ -14,7 +14,7 @@ if env['platform'] == 'windows':
         '#/src/gallium/drivers',
     ])
 
-    ws_xlib = env.ConvenienceLibrary(
+    ws_gdi = env.ConvenienceLibrary(
         target = 'ws_gdi',
         source = [
            'gdi_sw_winsys.c',