diff options
| author | Michel Dänzer <daenzer@vmware.com> | 2010-01-04 13:02:40 +0100 | 
|---|---|---|
| committer | Michel Dänzer <daenzer@vmware.com> | 2010-01-04 13:02:40 +0100 | 
| commit | 8282185752a93acca54a67a8e97e0066ee233709 (patch) | |
| tree | 216e2ffd924f5424514b6858a1cb047fca008442 | |
| parent | d1e2fc19cc1b8e4c23f5ad82ec68779c41101b41 (diff) | |
vmware/xorg: Fix SCons build.
| -rw-r--r-- | src/gallium/winsys/drm/vmware/xorg/SConscript | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/winsys/drm/vmware/xorg/SConscript b/src/gallium/winsys/drm/vmware/xorg/SConscript index b8968e7137..5e78c1f89b 100644 --- a/src/gallium/winsys/drm/vmware/xorg/SConscript +++ b/src/gallium/winsys/drm/vmware/xorg/SConscript @@ -44,6 +44,7 @@ if env['platform'] == 'linux':  	sources = [  		'vmw_ioctl.c',  		'vmw_screen.c', +		'vmw_video.c',  		'vmw_xorg.c',  	] | 
