From: Brian Paul Date: Tue, 25 Feb 2014 16:56:49 +0000 (-0700) Subject: libgl-xlib: add -Isrc/gallium/winsys flag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a3dc449a9340efd461725cb8c5f25eac716e1ce;p=mesa.git 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 --- 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 \