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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to