diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-04-04 11:41:30 +0100 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-04-06 08:26:04 +0100 |
commit | afeaf1771d0ccbd2482c5ad7fa237c50b4d3921e (patch) | |
tree | fe9bc95a17168a8de07a207a1383f41d27274c95 /src/gallium/SConscript | |
parent | 14b574433c7faedaa18f1c946159cb03630c7d9f (diff) |
st/python: Remove bindings, and all its dependencies.
Because:
- bindings are not fully automatic, and they are broken most of the time
- unit tests/samples can be written in C on top of graw
- tracing/retracing is more useful at API levels with stable ABIs such as
GL, producing traces that cover more layers of the driver stack and and
can be used for regression testing
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 31580556f0..428bc31f86 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -53,7 +53,6 @@ if env['drm']: # Needed by some state trackers SConscript('winsys/sw/null/SConscript') -SConscript('state_trackers/python/SConscript') if env['platform'] != 'embedded': SConscript('state_trackers/vega/SConscript') SConscript('state_trackers/egl/SConscript') |