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