projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e72b89
)
ws/xlib: no dependency on mesa state tracker
author
Keith Whitwell
<keithw@vmware.com>
Tue, 9 Mar 2010 17:55:19 +0000
(17:55 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Tue, 9 Mar 2010 17:55:19 +0000
(17:55 +0000)
src/gallium/winsys/xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/xlib/SConscript
b/src/gallium/winsys/xlib/SConscript
index d4009df991634d7d7e14821e24c9136544f351ed..2af6153b4c7f31864eb4babb2b7b5d2c1aca6e51 100644
(file)
--- a/
src/gallium/winsys/xlib/SConscript
+++ b/
src/gallium/winsys/xlib/SConscript
@@
-4,8
+4,7
@@
Import('*')
-if env['platform'] == 'linux' \
- and 'mesa' in env['statetrackers']:
+if env['platform'] == 'linux':
env = env.Clone()