[Mesa-dev] [PATCH] mapi: fix build after 8aa9191878a5608fc6e4e8c72bea1d25cd821dec

Ian Romanick idr at freedesktop.org
Wed Mar 4 10:01:11 PST 2015


Brian also sent this patch, and I sent his a R-b because I saw it first. :)

On 03/04/2015 09:49 AM, Mark Janes wrote:
> Due to recent #include changes, `make check` fails on glx-test.  The
> target requires a standard include path to find util/macros.h.
> ---
>  src/glx/tests/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
> index dd82449..4db01c0 100644
> --- a/src/glx/tests/Makefile.am
> +++ b/src/glx/tests/Makefile.am
> @@ -1,6 +1,7 @@
>  if HAVE_SHARED_GLAPI
>  AM_CFLAGS = $(PTHREAD_CFLAGS)
>  AM_CPPFLAGS = \
> +	-I$(top_srcdir)/src \
>  	-I$(top_srcdir)/src/gtest/include \
>  	-I$(top_srcdir)/src/mapi \
>  	-I$(top_srcdir)/src/mesa \
> 



More information about the mesa-dev mailing list