Re: [Mesa-dev] [PATCH v2 01/12] make: change include to work for meson

2017-10-05 Thread Dylan Baker
Quoting Emil Velikov (2017-10-05 11:17:06) > On 5 October 2017 at 18:12, Dylan Baker wrote: > > Meson expects you to include the generated target in another target's > > sources, and it will generate the include directives for you, so change > > the source file and add the generated glx builddir t

Re: [Mesa-dev] [PATCH v2 01/12] make: change include to work for meson

2017-10-05 Thread Emil Velikov
On 5 October 2017 at 18:12, Dylan Baker wrote: > Meson expects you to include the generated target in another target's > sources, and it will generate the include directives for you, so change > the source file and add the generated glx builddir to the autotools > include to make that work. > Whil

[Mesa-dev] [PATCH v2 01/12] make: change include to work for meson

2017-10-05 Thread Dylan Baker
Meson expects you to include the generated target in another target's sources, and it will generate the include directives for you, so change the source file and add the generated glx builddir to the autotools include to make that work. Signed-off-by: Dylan Baker --- src/glx/tests/Makefile.am