summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 2403223db2..d663cbabfe 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)