[Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

Jakob Bornecrantz jakob.bornecrantz at collabora.com
Sat Oct 14 20:03:14 UTC 2017


On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker <dylan at pnwbakers.com> wrote:
> I'm not sure about this approach, we would need a way to add depends to meson,
> but I'm also worried that calling make adds another dependency that could be
> problematic for windows, and I really don't like the idea of having a
> half-and-half approach with the sources.
>
> Here's what I've been playing with:
> https://github.com/dcbaker/meson/tree/make-import-module
> https://github.com/dcbaker/mesa/tree/wip/meson-makefile-sources
>
> How would you feel about that?

Couldn't you just use the Makefile parser José wrote for the scons
build, that would avoid running make and waiting for a new version of
Meson. Or is there something it is lacking?

We could start out with our own Makefile parser and then move onto one
in Meson once it is upstreamed and that version of meson is commonly
available?

Cheers, Jakob.


More information about the mesa-dev mailing list