From: Brian Paul Date: Thu, 5 Jun 2008 20:10:42 +0000 (-0600) Subject: mesa: Makefile comment X-Git-Tag: 062012170305~17580^2~390^2~1348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cca1ae79aa8a06205c93a39be780b32adb194022;p=profile%2Fivi%2Fmesa.git mesa: Makefile comment --- 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)