Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-13 Thread Dylan Baker
Quoting Emil Velikov (2017-10-13 10:27:38) > On 13 October 2017 at 18:21, Dylan Baker wrote: > > Quoting Emil Velikov (2017-10-13 07:01:24) > >> On 5 October 2017 at 20:12, Dylan Baker wrote: > >> > Quoting Emil Velikov (2017-10-05 11:26:40) > >> >> On 5 October 2017 at 18:12, Dylan Baker wrote:

Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-13 Thread Emil Velikov
On 13 October 2017 at 18:21, Dylan Baker wrote: > Quoting Emil Velikov (2017-10-13 07:01:24) >> On 5 October 2017 at 20:12, Dylan Baker wrote: >> > Quoting Emil Velikov (2017-10-05 11:26:40) >> >> On 5 October 2017 at 18:12, Dylan Baker wrote: >> >> > This has the same problem as the previous co

Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-13 Thread Dylan Baker
Quoting Emil Velikov (2017-10-13 07:01:24) > On 5 October 2017 at 20:12, Dylan Baker wrote: > > Quoting Emil Velikov (2017-10-05 11:26:40) > >> On 5 October 2017 at 18:12, Dylan Baker wrote: > >> > This has the same problem as the previous commit, generated headers and > >> > hardcoded paths. > >

Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-13 Thread Emil Velikov
On 5 October 2017 at 20:12, Dylan Baker wrote: > Quoting Emil Velikov (2017-10-05 11:26:40) >> On 5 October 2017 at 18:12, Dylan Baker wrote: >> > This has the same problem as the previous commit, generated headers and >> > hardcoded paths. >> > >> Something's strange here. You already have the "

Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-05 Thread Dylan Baker
Quoting Emil Velikov (2017-10-05 11:26:40) > On 5 October 2017 at 18:12, Dylan Baker wrote: > > This has the same problem as the previous commit, generated headers and > > hardcoded paths. > > > Something's strange here. You already have the "generic" > > AM_CPPFLAGS = \ >... \ >-I$(top_b

Re: [Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-05 Thread Emil Velikov
On 5 October 2017 at 18:12, Dylan Baker wrote: > This has the same problem as the previous commit, generated headers and > hardcoded paths. > Something's strange here. You already have the "generic" AM_CPPFLAGS = \ ... \ -I$(top_builddir)/src/mapi \ -I$(top_srcdir)/src/mapi ... at the t

[Mesa-dev] [PATCH v2 02/12] make: Fix test to be meson compatible

2017-10-05 Thread Dylan Baker
This has the same problem as the previous commit, generated headers and hardcoded paths. Signed-off-by: Dylan Baker --- src/mapi/Makefile.am| 2 ++ src/mapi/shared-glapi/tests/check_table.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mapi/M