projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9c862
)
scons: Build the trace pipe driver by default.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Thu, 21 Aug 2008 00:41:20 +0000
(
01:41
+0100)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Thu, 21 Aug 2008 17:46:03 +0000
(18:46 +0100)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index ee96bc5ab2221380886aa91ee85360cf390d1c95..cd5b228b3b11eee539a9f2c7f8c64c0a567a11b0 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-32,10
+32,10
@@
import common
default_statetrackers = 'mesa'
if common.default_platform in ('linux', 'freebsd', 'darwin'):
- default_drivers = 'softpipe,failover,i915simple,i965simple'
+ default_drivers = 'softpipe,failover,i915simple,i965simple
,trace
'
default_winsys = 'xlib'
elif common.default_platform in ('winddk',):
- default_drivers = 'softpipe,i915simple'
+ default_drivers = 'softpipe,i915simple
,trace
'
default_winsys = 'all'
else:
default_drivers = 'all'