projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88a0b6
)
libgl-xlib: add -Isrc/gallium/winsys flag
author
Brian Paul
<brianp@vmware.com>
Tue, 25 Feb 2014 16:56:49 +0000
(09:56 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 25 Feb 2014 19:35:07 +0000
(12:35 -0700)
So that sw/xlib/xlib_sw_winsys.h can be found. Fixes a build break.
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
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 ecbf2628dea82e919582817701be08462a70cdf4..3753e8abd5cc1fcad4f2cac1e55264f7909af57a 100644
(file)
--- a/
src/gallium/targets/libgl-xlib/Makefile.am
+++ b/
src/gallium/targets/libgl-xlib/Makefile.am
@@
-33,6
+33,7
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/src/gallium/state_trackers/glx/xlib \
-I$(top_srcdir)/src/gallium/auxiliary \
+ -I$(top_srcdir)/src/gallium/winsys \
-DGALLIUM_SOFTPIPE \
-DGALLIUM_RBUG \
-DGALLIUM_TRACE \