<div dir="ltr"><div>I don't run meson. I have a script that runs meson. I want to just run the script and I want to it configure or reconfigure.</div><div><br></div><div>I don't want to add this failure path into my script: "meson ... || meson --reconfigure ..."</div><div><br></div><div>Marek<br></div><div><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 26, 2018 at 6:36 PM Dylan Baker <<a href="mailto:dylan@pnwbakers.com">dylan@pnwbakers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You mean you want to change the driver list?<br>
<br>
meson builddir<br>
meson configure builddir -Ddri-drivers= -Dvulkan-drivers= -Dgallium-drivers=radeonsi<br>
ninja -C builddir # which will trigger a reconfigure<br>
<br>
Or was there something else you are trying to do?<br>
<br>
Dylan<br>
<br>
Quoting Marek Olšák (2018-11-26 15:29:40)<br>
> meson has a design defect that annoys me. I have a configure script. If I want<br>
> to change enabled drivers and run meson, it won't configure because the<br>
> directory exists, even if the meson parameters are different. I have to add<br>
> --reconfigure manually into the script. If I keep --reconfigure in the script<br>
> and the build directory doesn't exist, it doesn't configure.<br>
> <br>
> There has to be a better solution than "meson ... || meson --reconfigure ...".<br>
> <br>
> Marek<br>
> <br>
> On Mon, Sep 17, 2018 at 12:46 PM Dylan Baker <<a href="mailto:dylan@pnwbakers.com" target="_blank">dylan@pnwbakers.com</a>> wrote:<br>
> <br>
> I feel like for !windows meson is in good enough shape at this point that<br>
> we<br>
> can start having the discussion about deleting the autotools build. So, is<br>
> there<br>
> anything left that autotools can do that meson cannot (that we actually<br>
> want to<br>
> implement)? And, what is a reasonable time-table to remove the autotools<br>
> build?<br>
> I think we could reasonably remove it as soon as 18.3 if others felt<br>
> confident<br>
> that it would work for them.<br>
> <br>
> Dylan<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>
</blockquote></div></div></div>