Module: Mesa Branch: master Commit: 5a3dc449a9340efd461725cb8c5f25eac716e1ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a3dc449a9340efd461725cb8c5f25eac716e1ce
Author: Brian Paul <[email protected]> Date: Tue Feb 25 09:56:49 2014 -0700 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]> --- src/gallium/targets/libgl-xlib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am index ecbf262..3753e8a 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
