summaryrefslogtreecommitdiff
path: root/src/glx/apple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/apple/Makefile')
-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 279f7aded9..fd47b3d39c 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)