mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 13:30:39 +01:00
scons: Build the trace pipe driver by default.
This commit is contained in:
parent
ad9c862ffb
commit
f52db6cd44
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue