mesa: Makefile comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 Jun 2008 20:10:42 +0000 (14:10 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 Jun 2008 20:10:42 +0000 (14:10 -0600)
src/mesa/Makefile

index 2403223..d663cba 100644 (file)
@@ -38,6 +38,7 @@ libmesa.a: $(SOLO_OBJECTS)
                mimeset -f "$@" ; \
        fi
 
+# Make archive of gl* API dispatcher functions (when not building DRI/GLX)
 libglapi.a: $(GLAPI_OBJECTS)
        @ $(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS)