mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 17 22:00:17 UTC 2007


 src/mesa/Makefile |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)

New commits:
diff-tree a4b2b8833751555d1e6cbc65f449b7182aa52e54 (from 04bda46739beb0dab7c8820bdbe67136470d42be)
Author: Brian <brian at yutani.localnet.net>
Date:   Tue Apr 17 16:00:17 2007 -0600

    omit the glide/svga sources from stand-alone libGL (anyone using them?)

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 0ab4fc5..c03c5f8 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -89,9 +89,7 @@ fbdev: $(CORE_OBJECTS) $(FBDEV_DRIVER_OB
 # 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)
 



More information about the mesa-commit mailing list