[Mesa-dev] meson doesn't build gallium drivers in parallel with src/mesa

Marek Olšák maraeo at gmail.com
Sat Mar 21 04:57:37 UTC 2020


Hi,

I think the problem is that src/mesa is linked using "link_with", while
gallium drivers are linked using "dependencies" in meson, but I might be
wrong.

It looks like meson only compiles the dependencies in "link_with" in
parallel, then waits for completion, and then meson looks at
"dependencies", which triggers python scripts like sid_tables_h WHICH RUN
SINGLE-THREADED UNTIL COMPLETION, and then meson starts another wave of
compilation.

Any idea how to fix this?

Thanks,
Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20200321/41565a44/attachment.htm>


More information about the mesa-dev mailing list