projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0feb0b7
)
drivers/x11: add gallium include dirs to Makefile.am
author
Brian Paul
<brianp@vmware.com>
Fri, 20 Feb 2015 20:19:50 +0000
(13:19 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 20 Feb 2015 23:25:07 +0000
(16:25 -0700)
Fixes xlib driver build after
e8c5cbfd921680c
.
Acked-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/x11/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/Makefile.am
b/src/mesa/drivers/x11/Makefile.am
index 76a7cd413d0c0b6fc8b8ed88c8a7b10b25739bf9..c0596f8119edff91527c89977fe8d601cbbca737 100644
(file)
--- a/
src/mesa/drivers/x11/Makefile.am
+++ b/
src/mesa/drivers/x11/Makefile.am
@@
-30,6
+30,8
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/gallium/include \
+ -I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/mesa/main \
$(X11_INCLUDES) \
$(DEFINES)