projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0cbfb
)
xlib: fix missing mesautil build breakage
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 19:08:58 +0000
(13:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000
(14:06 -0600)
Fixes the non-DRI build.
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.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 7a3513233f014375352d7bb25741f778e56e8733..40b01dd1ef471bb9378d34fce3b11e124db59847 100644
(file)
--- a/
src/mesa/drivers/x11/Makefile.am
+++ b/
src/mesa/drivers/x11/Makefile.am
@@
-27,6
+27,7
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/mesa/main \
$(X11_INCLUDES) \
$(DEFINES)