summaryrefslogtreecommitdiff
path: root/src/glx/apple
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-06 23:39:33 -0700
committerVinson Lee <vlee@vmware.com>2010-05-06 23:39:33 -0700
commit50c940707ec191c6f4d90fcb763370477c1bacde (patch)
tree103cdee8baaa9e0778314fa8b0de83ae098a1f9f /src/glx/apple
parent5065d3327617977c93e5ced5eefafc8f62310012 (diff)
apple: Move glapi to mapi.
This was missed in commit 296adbd545b8efd38c9ed508166b2de2764a444b. Fixes darwin build.
Diffstat (limited to 'src/glx/apple')
-rw-r--r--src/glx/apple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile
index 279f7aded9d..fd47b3d39c2 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)