Mesa (master): apple: Move glapi to mapi.

Vinson Lee vlee at kemper.freedesktop.org
Fri May 7 06:42:19 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu May  6 23:39:33 2010 -0700

apple: Move glapi to mapi.

This was missed in commit 296adbd545b8efd38c9ed508166b2de2764a444b.
Fixes darwin build.

---

 src/glx/apple/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile
index 279f7ad..fd47b3d 100644
--- a/src/glx/apple/Makefile
+++ b/src/glx/apple/Makefile
@@ -65,7 +65,8 @@ INCLUDES = -I. -Iinclude -I..\
 	-I$(TOP)/include \
 	-I$(TOP)/include/GL/internal \
 	-I$(TOP)/src/mesa \
-	-I$(TOP)/src/mesa/glapi \
+	-I$(TOP)/src/mapi \
+	-I$(TOP)/src/mapi/glapi \
 	$(LIBDRM_CFLAGS) \
 	$(DRI2PROTO_CFLAGS) \
 	$(X11_INCLUDES)




More information about the mesa-commit mailing list