From cca1ae79aa8a06205c93a39be780b32adb194022 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 Jun 2008 14:10:42 -0600 Subject: [PATCH] mesa: Makefile comment --- src/mesa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 2403223..d663cba 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -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) -- 2.7.4