xorg/vmwgfx: Kill this target. It's not used anymore.
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 29 Sep 2011 19:41:21 +0000 (21:41 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 30 Sep 2011 07:30:59 +0000 (09:30 +0200)
commitd742a64909b2b414fc94b6f525a13ce09ca7f9f7
tree20ef4480298989f0c4e40cdf7447e2d757abf83e
parente4394fb19f735da3fad9340653637bbe54778069
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>
14 files changed:
configure.ac
src/gallium/SConscript
src/gallium/targets/xorg-vmwgfx/Makefile [deleted file]
src/gallium/targets/xorg-vmwgfx/SConscript [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_ctrl.h [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_driver.h [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_hook.h [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_ioctl.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_screen.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_target.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_video.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmw_xorg.c [deleted file]
src/gallium/targets/xorg-vmwgfx/vmwarectrlproto.h [deleted file]