gallium: Fix scons condition for building the xlib winsys.
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 4 Mar 2008 17:32:16 +0000 (18:32 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 4 Mar 2008 17:32:16 +0000 (18:32 +0100)
src/gallium/winsys/SConscript

index 635a68eea2cd9340350af170c6a5a6d3e3340d06..f18d3bd2f8e77b45cc56a49edf200476331a321d 100644 (file)
@@ -5,7 +5,7 @@ if dri:
                'dri/SConscript',
        ])
        
-if 'xlib' in env['drivers'] and not dri:
+if 'xlib' in env['winsys'] and not dri:
        SConscript([
                'xlib/SConscript',
        ])