summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-09-29 21:41:21 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2011-09-30 09:30:59 +0200
commitd742a64909b2b414fc94b6f525a13ce09ca7f9f7 (patch)
tree20ef4480298989f0c4e40cdf7447e2d757abf83e /src/gallium/SConscript
parente4394fb19f735da3fad9340653637bbe54778069 (diff)
downloadexternal_mesa3d-d742a64909b2b414fc94b6f525a13ce09ca7f9f7.zip
external_mesa3d-d742a64909b2b414fc94b6f525a13ce09ca7f9f7.tar.gz
external_mesa3d-d742a64909b2b414fc94b6f525a13ce09ca7f9f7.tar.bz2
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 <thellstrom@vmware.com>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r--src/gallium/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 3c063a2..d9fd484 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',
])