Module: Mesa
Branch: master
Commit: 32ccc9b0bbfad46d2f4ce3b9ac4cdd182d7b64e4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=32ccc9b0bbfad46d2f4ce3b9ac4cdd182d7b64e4

Author: Michel Dänzer <daen...@vmware.com>
Date:   Tue Dec  8 11:45:19 2009 +0100

vmware/xorg: Fix SCons build.

Not sure how vmw_screen.c could build at all though...

---

 src/gallium/winsys/drm/vmware/xorg/SConscript   |    2 ++
 src/gallium/winsys/drm/vmware/xorg/vmw_screen.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/winsys/drm/vmware/xorg/SConscript 
b/src/gallium/winsys/drm/vmware/xorg/SConscript
index ff7b2ed..b8968e7 100644
--- a/src/gallium/winsys/drm/vmware/xorg/SConscript
+++ b/src/gallium/winsys/drm/vmware/xorg/SConscript
@@ -42,6 +42,8 @@ if env['platform'] == 'linux':
        ])
 
        sources = [
+               'vmw_ioctl.c',
+               'vmw_screen.c',
                'vmw_xorg.c',
        ]
 
diff --git a/src/gallium/winsys/drm/vmware/xorg/vmw_screen.c 
b/src/gallium/winsys/drm/vmware/xorg/vmw_screen.c
index 421906d..18cb509 100644
--- a/src/gallium/winsys/drm/vmware/xorg/vmw_screen.c
+++ b/src/gallium/winsys/drm/vmware/xorg/vmw_screen.c
@@ -33,6 +33,8 @@
 #include "vmw_hook.h"
 #include "vmw_driver.h"
 
+#include "cursorstr.h"
+
 /* modified version of crtc functions */
 xf86CrtcFuncsRec vmw_screen_crtc_funcs;
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to