summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-31 21:41:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-01-01 12:16:19 +0000
commitfc8e0b97e53fc94b9bafa038cd4420a9588e62f7 (patch)
treefee0c98832f61f514fc89a2cb4fea17004c1b65a /src/gallium/state_trackers/vega/Makefile
parent7bbf7f94ea786e41ff1364cedaf7dd5c0bbf605a (diff)
gallium: Remove the sct module.
Not used, and its functionality is now addressed by pipe_context::is_texture/buffer_referenced callbacks.
Diffstat (limited to 'src/gallium/state_trackers/vega/Makefile')
-rw-r--r--src/gallium/state_trackers/vega/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile
index b8c805b06c..d3d2939494 100644
--- a/src/gallium/state_trackers/vega/Makefile
+++ b/src/gallium/state_trackers/vega/Makefile
@@ -62,7 +62,6 @@ VG_TINY = 0
GALLIUM_LIBS = \
$(GALLIUM)/src/gallium/auxiliary/pipebuffer/libpipebuffer.a \
- $(GALLIUM)/src/gallium/auxiliary/sct/libsct.a \
$(GALLIUM)/src/gallium/auxiliary/draw/libdraw.a \
$(GALLIUM)/src/gallium/auxiliary/rtasm/librtasm.a \
$(GALLIUM)/src/gallium/auxiliary/translate/libtranslate.a \