Mesa (master): glapi: Fix libglapi build.

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 7 21:35:33 UTC 2014


Module: Mesa
Branch: master
Commit: 34f15903d6f5807b34a4c9be6d8daaedbbdd64bc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34f15903d6f5807b34a4c9be6d8daaedbbdd64bc

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Apr  7 14:34:49 2014 -0700

glapi: Fix libglapi build.

This line appears to have been accidentally dropped from the last commit,
and the resulting libglapi was missing symbols.

---

 src/mapi/Makefile.sources |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
index 9ecf698..37ca484 100644
--- a/src/mapi/Makefile.sources
+++ b/src/mapi/Makefile.sources
@@ -41,6 +41,7 @@ MAPI_FILES = \
 	$(MAPI_UTIL_FILES)
 
 MAPI_GLAPI_FILES = \
+	$(TOP)/src/mapi/entry.c \
 	$(TOP)/src/mapi/mapi_glapi.c \
 	$(TOP)/src/mapi/stub.c \
 	$(TOP)/src/mapi/stub.h \




More information about the mesa-commit mailing list