Re: [Mesa-dev] [PATCH mesa] meson: drop unnecessary llvm version hacks

2018-09-06 Thread Dylan Baker
Quoting Eric Engestrom (2018-09-06 07:47:49) > The current minimum meson version supported is 0.44.1, so we have met > both the 0.43 and 0.44 requirement to not need these hacks anymore :) > > Signed-off-by: Eric Engestrom > --- > meson.build | 9 - > 1 file changed, 9 deletions(-) > >

Re: [Mesa-dev] [PATCH mesa] meson: drop unnecessary llvm version hacks

2018-09-06 Thread Emil Velikov
On 6 September 2018 at 15:47, Eric Engestrom wrote: > The current minimum meson version supported is 0.44.1, so we have met > both the 0.43 and 0.44 requirement to not need these hacks anymore :) > Yes, please. Reviewed-by: Emil Velikov > Signed-off-by: Eric Engestrom > --- > meson.build | 9

[Mesa-dev] [PATCH mesa] meson: drop unnecessary llvm version hacks

2018-09-06 Thread Eric Engestrom
The current minimum meson version supported is 0.44.1, so we have met both the 0.43 and 0.44 requirement to not need these hacks anymore :) Signed-off-by: Eric Engestrom --- meson.build | 9 - 1 file changed, 9 deletions(-) diff --git a/meson.build b/meson.build index ae30efbfa4fdcd7c74