From a4b2b8833751555d1e6cbc65f449b7182aa52e54 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 17 Apr 2007 16:00:17 -0600 Subject: [PATCH] omit the glide/svga sources from stand-alone libGL (anyone using them?) --- src/mesa/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 0ab4fc5149c..c03c5f80ff2 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) -- 2.11.0