summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-17 16:00:17 -0600
committerBrian <brian@yutani.localnet.net>2007-04-17 16:00:17 -0600
commita4b2b8833751555d1e6cbc65f449b7182aa52e54 (patch)
tree5f6e307a45af395ed782d6a41e967a267c18c476 /src/mesa/Makefile
parent04bda46739beb0dab7c8820bdbe67136470d42be (diff)
omit the glide/svga sources from stand-alone libGL (anyone using them?)
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 0ab4fc5149..c03c5f80ff 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -89,9 +89,7 @@ fbdev: $(CORE_OBJECTS) $(FBDEV_DRIVER_OBJECTS) $(COMMON_DRIVER_OBJECTS)
# Stand-alone Mesa libGL and libOSMesa
STAND_ALONE_DRIVER_SOURCES = \
$(COMMON_DRIVER_SOURCES) \
- $(X11_DRIVER_SOURCES) \
- $(GLIDE_DRIVER_SOURCES) \
- $(SVGA_DRIVER_SOURCES)
+ $(X11_DRIVER_SOURCES)
STAND_ALONE_DRIVER_OBJECTS = $(STAND_ALONE_DRIVER_SOURCES:.c=.o)