mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
scons: Fix typo.
This commit is contained in:
parent
cb09d1ef60
commit
fb4361a93d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ else:
|
|||
|
||||
opts = Options('config.py')
|
||||
common.AddOptions(opts)
|
||||
opts.Add(ListOption('statetrackers', 'state_trackers to build', default_statetrackers,
|
||||
opts.Add(ListOption('statetrackers', 'state trackers to build', default_statetrackers,
|
||||
['mesa']))
|
||||
opts.Add(ListOption('drivers', 'pipe drivers to build', default_drivers,
|
||||
['softpipe', 'failover', 'i915simple', 'i965simple', 'cell']))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue