apple: Move glapi to mapi.
authorVinson Lee <vlee@vmware.com>
Fri, 7 May 2010 06:39:33 +0000 (23:39 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 7 May 2010 06:39:33 +0000 (23:39 -0700)
This was missed in commit 296adbd545b8efd38c9ed508166b2de2764a444b.
Fixes darwin build.

src/glx/apple/Makefile

index 279f7aded9dd68e5c6fa0e802856f150dee597af..fd47b3d39c24507e0377e21ac566cfab73fa4d7c 100644 (file)
@@ -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)