projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5065d33
)
apple: Move glapi to mapi.
author
Vinson Lee
<vlee@vmware.com>
Fri, 7 May 2010 06:39:33 +0000
(23:39 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/glx/apple/Makefile
b/src/glx/apple/Makefile
index 279f7aded9dd68e5c6fa0e802856f150dee597af..fd47b3d39c24507e0377e21ac566cfab73fa4d7c 100644
(file)
--- 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)