<div dir="ltr"><div>Sorry, I though LTS distros used old versions of mesa.<br></div>Got it. <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 6, 2019 at 12:38 AM Dylan Baker <<a href="mailto:dylan@pnwbakers.com">dylan@pnwbakers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Quoting Khaled Emara (2019-04-05 11:28:28)<br>
> Upgraded meson's minimum version from 0.45 to 0.47<br>
> Version 0.47 is required to use build_always_stale<br>
> ---<br>
>  meson.build | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
> <br>
> diff --git a/meson.build b/meson.build<br>
> index 2c98e9e18a9..454928e244a 100644<br>
> --- a/meson.build<br>
> +++ b/meson.build<br>
> @@ -25,7 +25,7 @@ project(<br>
>      [find_program('python', 'python2', 'python3'), 'bin/meson_get_version.py']<br>
>    ).stdout(),<br>
>    license : 'MIT',<br>
> -  meson_version : '>= 0.45',<br>
> +  meson_version : '>= 0.47',<br>
>    default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++11']<br>
>  )<br>
>  <br>
> -- <br>
> 2.21.0<br>
> <br>
> _______________________________________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
<br>
Unfortunately we can't bump the minimum version at the moment, there are a<br>
couple of LTS distros we need support for that only ship 0.45.x currently. As an<br>
upstream meson dev, we have no time table in place for the removal of<br>
build_always.<br>
<br>
Dylan<br>
</blockquote></div>