diff options
author | Michel Dänzer <[email protected]> | 2009-08-25 15:39:05 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-08-25 15:39:05 +0200 |
commit | d22bd1421cdfa1900df5b76e6f862596bdd11074 (patch) | |
tree | 708a0907eafe1cbe0cb5989149a89aa38878e2ed /SConstruct | |
parent | 418cdc66ec10c1f3005320ab46404b907c30e37d (diff) |
Add support for building the Xorg state tracker with scons.
scons ... statetrackers=xorg
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 4a0fb94debc..59d05bc54fe 100644 --- a/SConstruct +++ b/SConstruct @@ -44,7 +44,7 @@ else: opts = Variables('config.py') common.AddOptions(opts) opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers, - ['mesa', 'python'])) + ['mesa', 'python', 'xorg'])) opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers, ['softpipe', 'failover', 'i915simple', 'i965simple', 'cell', 'trace', 'r300', 'identity'])) opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys, |