summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-27 23:50:09 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-01 13:08:07 +0000
commitf54aecc4f2e83babd1883c2bbd0bba6906cdab07 (patch)
tree1b081292456d74d99f86839cab70ac7096ef7fab /src/gallium/state_trackers/python
parente243e87b522487f3c5e2c705884a97bafe091d32 (diff)
python: Don't mention deprecated drivers=trace option.
Now trace always built.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r--src/gallium/state_trackers/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README
index 4a06073024..e24a262aba 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: