[Mesa-dev] [PATCH 5/8] autotools: Fix includes for non-shared glapi tests.

Emil Velikov emil.l.velikov at gmail.com
Thu Nov 23 19:06:35 UTC 2017


On 20 November 2017 at 23:12, Dylan Baker <dylan at pnwbakers.com> wrote:
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>  src/mapi/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
> index 015edc37cb3..5db888abddc 100644
> --- a/src/mapi/Makefile.am
> +++ b/src/mapi/Makefile.am
> @@ -150,7 +150,8 @@ check_PROGRAMS += glapi-test
>  glapi_test_SOURCES = glapi/tests/check_table.cpp
>  glapi_test_CPPFLAGS = \
>         $(AM_CPPFLAGS) \
> -       -I$(top_srcdir)/src/gtest/include
> +       -I$(top_srcdir)/src/gtest/include \
> +       -I$(top_srcdir)/src/mesa
>
Please squash this with 1/8 where we do the same thing for shared glapi.

-Emil


More information about the mesa-dev mailing list