diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-11 22:45:48 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-11 22:47:15 +0100 |
commit | 808f32279964f4e80f0708f737fdf3a901ff51e5 (patch) | |
tree | 9bc5b3756575beded142af9714910949b2f41533 /src/gallium/drivers/trace/SConscript | |
parent | 422512050312a880439ed4e8eb99b8e362d5071f (diff) |
trace: Move buffer functions from winsys to screen
Diffstat (limited to 'src/gallium/drivers/trace/SConscript')
-rw-r--r-- | src/gallium/drivers/trace/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/SConscript b/src/gallium/drivers/trace/SConscript index 0a6bfb8f4c7..45e5ef6868d 100644 --- a/src/gallium/drivers/trace/SConscript +++ b/src/gallium/drivers/trace/SConscript @@ -10,7 +10,6 @@ trace = env.ConvenienceLibrary( 'tr_screen.c', 'tr_state.c', 'tr_texture.c', - 'tr_winsys.c', ]) -Export('trace')
\ No newline at end of file +Export('trace') |