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

Jose Fonseca jfonseca at vmware.com
Wed Mar 4 10:42:23 PST 2015


Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

On 04/03/15 17:49, 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