diff options
author | Vinson Lee <vlee@vmware.com> | 2010-04-24 01:15:00 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-04-24 01:15:00 -0700 |
commit | e3eed8bf218c04127484e0664c67c100703fa1d8 (patch) | |
tree | c16ddbc7d52d8d9970c8049e6ab6f8bbd1dbe4a7 /SConstruct | |
parent | dda8046a6460cbdcfd0ed8a78a443077296a29d2 (diff) |
nouveau: Add to SCons build.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index fdcd72b30d..fdd48556a0 100644 --- a/SConstruct +++ b/SConstruct @@ -50,7 +50,7 @@ common.AddOptions(opts) opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers, ['mesa', 'python', 'xorg'])) opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers, - ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe'])) + ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe', 'nouveau'])) opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys, ['xlib', 'vmware', 'i915', 'i965', 'gdi', 'radeon', 'graw-xlib'])) |