Re: [Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-29 Thread Eric Engestrom
On Monday, 2018-10-29 10:11:53 -0700, Dylan Baker wrote: > Quoting Eric Engestrom (2018-10-29 09:46:46) > > On Monday, 2018-10-29 09:07:30 -0700, Dylan Baker wrote: > > > Quoting Eric Engestrom (2018-10-28 06:45:05) > > > > Meson already automatically tracks included headers, so there's no need > >

Re: [Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-29 Thread Dylan Baker
Quoting Eric Engestrom (2018-10-29 09:46:46) > On Monday, 2018-10-29 09:07:30 -0700, Dylan Baker wrote: > > Quoting Eric Engestrom (2018-10-28 06:45:05) > > > Meson already automatically tracks included headers, so there's no need > > > to add them everywhere; cleans up the code a bit. > > > > > >

Re: [Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-29 Thread Eric Engestrom
On Monday, 2018-10-29 09:07:30 -0700, Dylan Baker wrote: > Quoting Eric Engestrom (2018-10-28 06:45:05) > > Meson already automatically tracks included headers, so there's no need > > to add them everywhere; cleans up the code a bit. > > > > Signed-off-by: Eric Engestrom > > --- > > src/vulkan/w

Re: [Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-29 Thread Dylan Baker
Quoting Eric Engestrom (2018-10-28 06:45:05) > Meson already automatically tracks included headers, so there's no need > to add them everywhere; cleans up the code a bit. > > Signed-off-by: Eric Engestrom > --- > src/vulkan/wsi/meson.build | 23 +-- > 1 file changed, 5 insert

[Mesa-dev] [PATCH mesa 1/4] vulkan/wsi: simplify meson file tracking

2018-10-28 Thread Eric Engestrom
Meson already automatically tracks included headers, so there's no need to add them everywhere; cleans up the code a bit. Signed-off-by: Eric Engestrom --- src/vulkan/wsi/meson.build | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/vulkan/wsi/meson