diff options
author | Brian <[email protected]> | 2007-04-17 16:00:17 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-17 16:00:17 -0600 |
commit | a4b2b8833751555d1e6cbc65f449b7182aa52e54 (patch) | |
tree | 5f6e307a45af395ed782d6a41e967a267c18c476 /src/mesa/Makefile | |
parent | 04bda46739beb0dab7c8820bdbe67136470d42be (diff) |
omit the glide/svga sources from stand-alone libGL (anyone using them?)
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 4 |
1 files changed, 1 insertions, 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) |