diff options
author | Brian Paul <[email protected]> | 2014-02-25 09:56:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-25 12:35:07 -0700 |
commit | 5a3dc449a9340efd461725cb8c5f25eac716e1ce (patch) | |
tree | 229ba9e0200dc1827bc1cbba5a2b31ec010eccb2 /src | |
parent | c88a0b6af318c02b2ffa6958187672da9b3838ce (diff) |
libgl-xlib: add -Isrc/gallium/winsys flag
So that sw/xlib/xlib_sw_winsys.h can be found. Fixes a build break.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/targets/libgl-xlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am index ecbf2628dea..3753e8abd5c 100644 --- 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 \ |