diff options
author | Vinson Lee <vlee@vmware.com> | 2010-04-24 16:22:47 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-04-24 16:22:47 -0700 |
commit | bd93670bfdc1690ec9846ebe78156f1c3ef357d3 (patch) | |
tree | 559b73bc09d63ea23eb0f81689c6c32da0a04b98 /SConstruct | |
parent | 22e8ddc74843b82606c1f0934ec1d4fad2ffc853 (diff) |
nvfx: 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 2badd76256c..de3f6ea5c33 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', 'nouveau', 'nv50'])) + ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe', 'nouveau', 'nv50', 'nvfx'])) opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys, ['xlib', 'vmware', 'i915', 'i965', 'gdi', 'radeon', 'graw-xlib'])) |