diff options
author | Jakob Bornecrantz <[email protected]> | 2009-11-12 01:28:26 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-11-17 03:18:06 +0100 |
commit | 60769b232c8eedddc24f25ab91f35bcb6973dded (patch) | |
tree | 1087b93667e0f4b787780a44ab32eeb5028ab4bf /src | |
parent | f7109aaf6c6020da89a0683cf5548181f2db36fb (diff) |
svga: Build svga driver
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/drm/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/SConscript b/src/gallium/winsys/drm/SConscript index a9e9f2682a7..9f7b383d2d3 100644 --- a/src/gallium/winsys/drm/SConscript +++ b/src/gallium/winsys/drm/SConscript @@ -48,6 +48,11 @@ if env['dri']: # $(INSTALL) -d $(DRI_DRIVER_INSTALL_DIR) # $(INSTALL) -m 755 $(LIBNAME) $(DRI_DRIVER_INSTALL_DIR) + if 'vmware' in env['winsys']: + SConscript([ + 'vmware/SConscript', + ]) + if 'intel' in env['winsys']: SConscript([ 'intel/SConscript', |