diff options
author | José Fonseca <[email protected]> | 2010-02-27 23:50:09 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-01 13:08:07 +0000 |
commit | f54aecc4f2e83babd1883c2bbd0bba6906cdab07 (patch) | |
tree | 1b081292456d74d99f86839cab70ac7096ef7fab /src | |
parent | e243e87b522487f3c5e2c705884a97bafe091d32 (diff) |
python: Don't mention deprecated drivers=trace option.
Now trace always built.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/python/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README index 4a060730242..e24a262aba9 100644 --- a/src/gallium/state_trackers/python/README +++ b/src/gallium/state_trackers/python/README @@ -18,7 +18,7 @@ On a Windows machine ensure the swig command is in your PATH. Invoke scons on the top dir as - scons debug=yes statetrackers=python drivers=softpipe,trace winsys=none + scons debug=yes statetrackers=python drivers=softpipe winsys=none To use it set PYTHONPATH appropriately, e.g, in Linux do: |