projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55831e
)
targets/libgl-xlib: add src/ include dir to fix build
author
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2015 15:47:57 +0000
(08:47 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2015 21:44:19 +0000
(14:44 -0700)
src/gallium/targets/libgl-xlib/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/Makefile.am
b/src/gallium/targets/libgl-xlib/Makefile.am
index 03ba946682ad62e2522a41274f53467f3c11f79c..de56e28d16ad3533d4d7b9690cbce4712131945e 100644
(file)
--- a/
src/gallium/targets/libgl-xlib/Makefile.am
+++ b/
src/gallium/targets/libgl-xlib/Makefile.am
@@
-26,6
+26,7
@@
GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/mesa/main \