ws/xlib: no dependency on mesa state tracker
authorKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 17:55:19 +0000 (17:55 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 9 Mar 2010 17:55:19 +0000 (17:55 +0000)
src/gallium/winsys/xlib/SConscript

index d4009df991634d7d7e14821e24c9136544f351ed..2af6153b4c7f31864eb4babb2b7b5d2c1aca6e51 100644 (file)
@@ -4,8 +4,7 @@
 
 Import('*')
 
-if env['platform'] == 'linux' \
-        and 'mesa' in env['statetrackers']:
+if env['platform'] == 'linux':
 
     env = env.Clone()