vmware/xorg: Fix SCons build.

Not sure how vmw_screen.c could build at all though...
This commit is contained in:
Michel Dänzer 2009-12-08 11:45:19 +01:00
parent 9e42683fb3
commit 32ccc9b0bb
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ if env['platform'] == 'linux':
])
sources = [
'vmw_ioctl.c',
'vmw_screen.c',
'vmw_xorg.c',
]

View 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;