diff options
author | Thomas Hellstrom <[email protected]> | 2011-09-29 21:41:21 +0200 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2011-09-30 09:30:59 +0200 |
commit | d742a64909b2b414fc94b6f525a13ce09ca7f9f7 (patch) | |
tree | 20ef4480298989f0c4e40cdf7447e2d757abf83e /src/gallium/SConscript | |
parent | e4394fb19f735da3fad9340653637bbe54778069 (diff) |
xorg/vmwgfx: Kill this target. It's not used anymore.
This fixes a build error introduced with commit
"winsys/svga: Update to vmwgfx kernel module 2.1"
if both the svga driver and the xorg state tracker was enabled
at the same time.
If needed we can re-add a minimal target for basic functionality.
Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 3c063a2025c..d9fd48425a0 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -126,7 +126,6 @@ if not env['embedded']: #'targets/xorg-i965/SConscript', #'targets/xorg-nouveau/SConscript', #'targets/xorg-radeon/SConscript', - 'targets/xorg-vmwgfx/SConscript', ]) |