Re: [Mesa-dev] [PATCH 1/2] vl/dri3: get Makefile properly

2016-06-09 Thread Emil Velikov
On 10 June 2016 at 00:25, Leo Liu wrote: > Jose was suggesting two approaches to fix scons build, he did a very quick > fix back then with the second approach. > The patch here is his first approach, and I think this is more proper. > Personally I'm fine with either approach. If

Re: [Mesa-dev] [PATCH 1/2] vl/dri3: get Makefile properly

2016-06-09 Thread Leo Liu
On 06/09/2016 07:13 PM, Emil Velikov wrote: Hi Leo, On 9 June 2016 at 20:11, Leo Liu wrote: in order to accommodate scons build IIRC Jose fixed the SCons build (Makefile.sources actually) a while back. One do does not build any of VL with scons so I'm not sure what you

Re: [Mesa-dev] [PATCH 1/2] vl/dri3: get Makefile properly

2016-06-09 Thread Emil Velikov
Hi Leo, On 9 June 2016 at 20:11, Leo Liu wrote: > in order to accommodate scons build > IIRC Jose fixed the SCons build (Makefile.sources actually) a while back. One do does not build any of VL with scons so I'm not sure what you with with "accommodate" here. Can you please

[Mesa-dev] [PATCH 1/2] vl/dri3: get Makefile properly

2016-06-09 Thread Leo Liu
in order to accommodate scons build Signed-off-by: Leo Liu Cc: "12.0" --- src/gallium/auxiliary/Makefile.am | 7 +++ src/gallium/auxiliary/Makefile.sources| 4 +++- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 4 3 files