Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Dylan Baker
Quoting Eero Tamminen (2019-04-09 05:33:50) > Hi, > > On 9.4.2019 14.16, Ernst Sjöstrand wrote: > > For people building newer Mesa pip3 install --user meson is quite a > > lot better and more accessible. > > Nice thing with backports is that they get upgraded when one upgrades > rest of the

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Dylan Baker
Quoting Eero Tamminen (2019-04-09 04:14:21) > Hi, > > On 9.4.2019 0.22, Dylan Baker wrote: > > It would be nice if people wouldn't try to build bleeding edge mesa on a 12 > > year > > old distro :D. Unfortunately as Eero ppoints out they do. I'd like to bump > > the > > meson version to 0.47 in

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Eero Tamminen
Hi, On 9.4.2019 14.16, Ernst Sjöstrand wrote: For people building newer Mesa pip3 install --user meson is quite a lot better and more accessible. Nice thing with backports is that they get upgraded when one upgrades rest of the distro. It's probably less of an issue with Python than some

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Eric Engestrom
On Tuesday, 2019-04-09 13:16:16 +0200, Ernst Sjöstrand wrote: > For people building newer Mesa pip3 install --user meson is quite a > lot better and more accessible. Agreed: if users want a recent version of meson, they might as well install the current one from pip instead of some slightly less

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Ernst Sjöstrand
For people building newer Mesa pip3 install --user meson is quite a lot better and more accessible. Not a solutions for distributions that want to backport newer Mesa etc though. Those build dependencies look more like runtime dependencies btw, Meson is just pure python right? Regards //Ernst

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-09 Thread Eero Tamminen
Hi, On 9.4.2019 0.22, Dylan Baker wrote: It would be nice if people wouldn't try to build bleeding edge mesa on a 12 year old distro :D. Unfortunately as Eero ppoints out they do. I'd like to bump the meson version to 0.47 in the future for some of the other features it adds (automatically

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-08 Thread Dylan Baker
It would be nice if people wouldn't try to build bleeding edge mesa on a 12 year old distro :D. Unfortunately as Eero ppoints out they do. I'd like to bump the meson version to 0.47 in the future for some of the other features it adds (automatically figuring out the dependencies for pkg-config,

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-08 Thread Eero Tamminen
Hi, On 6.4.2019 11.44, Khaled Emara wrote: Sorry, I though LTS distros used old versions of mesa. Got it. Those *provide* older Mesa version, so naturally people want to build latest Mesa on them (especially if they've just bought HW that isn't supported by distro version of Mesa). Building

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-06 Thread Khaled Emara
Sorry, I though LTS distros used old versions of mesa. Got it. On Sat, Apr 6, 2019 at 12:38 AM Dylan Baker wrote: > Quoting Khaled Emara (2019-04-05 11:28:28) > > Upgraded meson's minimum version from 0.45 to 0.47 > > Version 0.47 is required to use build_always_stale > > --- > > meson.build |

Re: [Mesa-dev] [PATCH 2/2] meson: upgrade minimum meson version

2019-04-05 Thread Dylan Baker
Quoting Khaled Emara (2019-04-05 11:28:28) > Upgraded meson's minimum version from 0.45 to 0.47 > Version 0.47 is required to use build_always_stale > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index