summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-24 14:38:48 -0700
committerVinson Lee <vlee@vmware.com>2010-04-24 14:38:48 -0700
commitac942f5aa2dc3ec43ab879a6065da048ed6cfce3 (patch)
tree30faa14dd54ded8dd47e7178ff8386a78b3ccd63 /SConstruct
parentb147aaea4dfb278f76f210d55c8e20b15b6fba18 (diff)
nv50: Add to SCons build.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index fdd48556a06..2badd76256c 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']))
+ ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe', 'nouveau', 'nv50']))
opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys,
['xlib', 'vmware', 'i915', 'i965', 'gdi', 'radeon', 'graw-xlib']))