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 \
> 

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to