diff options
author | Keith Whitwell <[email protected]> | 2010-03-09 17:55:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-09 17:55:19 +0000 |
commit | 25b9aafbd2f2d0737c23b4c59778c4e41f046d39 (patch) | |
tree | b1ee9ff21fd5e7f1fa4e8686528c75031cdd23e4 /src/gallium/winsys | |
parent | 5e72b89b89fe172638afa66abdd6607d11970e5a (diff) |
ws/xlib: no dependency on mesa state tracker
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/xlib/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/winsys/xlib/SConscript b/src/gallium/winsys/xlib/SConscript index d4009df9916..2af6153b4c7 100644 --- 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() |