summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-23 23:14:22 +0200
committerJakob Bornecrantz <jakob@vmware.com>2010-06-24 02:15:50 +0200
commite47d32d721a76b5df3b640ccdc9bad15dffb8450 (patch)
treeeb5a063301ddf3c0198dd3bdd23faf70e3661e47 /src/gallium/drivers/trace/SConscript
parent92fde20de33d9ffb4ddce9b03eebbfbffe9d93bc (diff)
gallium: Remove drm_api and all references to it
Diffstat (limited to 'src/gallium/drivers/trace/SConscript')
-rw-r--r--src/gallium/drivers/trace/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/SConscript b/src/gallium/drivers/trace/SConscript
index 0dc43a9ec4..06b0c4863a 100644
--- a/src/gallium/drivers/trace/SConscript
+++ b/src/gallium/drivers/trace/SConscript
@@ -6,7 +6,6 @@ trace = env.ConvenienceLibrary(
target = 'trace',
source = [
'tr_context.c',
- 'tr_drm.c',
'tr_dump.c',
'tr_dump_state.c',
'tr_screen.c',