Re: [Mesa-dev] [PATCH] autotools: include all meson.build files

2018-03-09 Thread Emil Velikov
On 2 March 2018 at 18:00, Dylan Baker wrote: > Otherwise SWR cannot be built with meson from an autotools generated > tarball, such as the 18.0.0-rc4 tarball. > > CC: George Kyriazis > CC: Emil Velikov > Fixes: 16bf81383080 ("meson/swr: re-shuffle generated files") > Signed-off-by: Dylan Baker

Re: [Mesa-dev] [PATCH] autotools: include all meson.build files

2018-03-08 Thread Kyriazis, George
Reviewed-By: George Kyriazis mailto:george.kyria...@intel.com>> On Mar 2, 2018, at 12:00 PM, Dylan Baker mailto:dy...@pnwbakers.com>> wrote: Otherwise SWR cannot be built with meson from an autotools generated tarball, such as the 18.0.0-rc4 tarball. CC: George Kyriazis mailto:george.kyria...

Re: [Mesa-dev] [PATCH] autotools: include all meson.build files

2018-03-08 Thread Dylan Baker
Ping. Quoting Dylan Baker (2018-03-02 10:00:15) > Otherwise SWR cannot be built with meson from an autotools generated > tarball, such as the 18.0.0-rc4 tarball. > > CC: George Kyriazis > CC: Emil Velikov > Fixes: 16bf81383080 ("meson/swr: re-shuffle generated files") > Signed-off-by: Dylan Bak

[Mesa-dev] [PATCH] autotools: include all meson.build files

2018-03-02 Thread Dylan Baker
Otherwise SWR cannot be built with meson from an autotools generated tarball, such as the 18.0.0-rc4 tarball. CC: George Kyriazis CC: Emil Velikov Fixes: 16bf81383080 ("meson/swr: re-shuffle generated files") Signed-off-by: Dylan Baker --- src/gallium/drivers/swr/Makefile.am | 2 ++ 1 file cha