<div dir="ltr"><div>Hi,</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div></div><div><br></div><div>Any idea how to fix this?<br></div><div><br></div><div>Thanks,<br></div><div>Marek<br></div></div>