Fix typo.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 23 Feb 2008 05:14:20 +0000 (14:14 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 23 Feb 2008 05:14:20 +0000 (14:14 +0900)
src/SConscript

index e2ee50dd6ef06cb500a803838d6a64ea94ed5a2a..8e914af4f0d983571dca81f7bd3352343fe67322 100644 (file)
@@ -2,7 +2,7 @@ Import('*')
 
 SConscript('gallium/SConscript')
 
-if 'mesa' in env['state_trackers']:
+if 'mesa' in env['statetrackers']:
        SConscript('mesa/SConscript')
 
 SConscript('gallium/winsys/SConscript')