vmware/xorg: Fix SCons build.
authorMichel Dänzer <daenzer@vmware.com>
Tue, 8 Dec 2009 10:45:19 +0000 (11:45 +0100)
committerMichel Dänzer <daenzer@vmware.com>
Tue, 8 Dec 2009 10:45:19 +0000 (11:45 +0100)
Not sure how vmw_screen.c could build at all though...

src/gallium/winsys/drm/vmware/xorg/SConscript
src/gallium/winsys/drm/vmware/xorg/vmw_screen.c

index ff7b2ed..b8968e7 100644 (file)
@@ -42,6 +42,8 @@ if env['platform'] == 'linux':
        ])
 
        sources = [
+               'vmw_ioctl.c',
+               'vmw_screen.c',
                'vmw_xorg.c',
        ]
 
index 421906d..18cb509 100644 (file)
@@ -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;