Skip to content

meson: add various generated header dependencies as order-only deps

Eli Schwartz requested to merge eschwartz/mesa:meson-order-deps into main

https://mesonbuild.com/FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers

A few locations had underspecified deps on the header files, and this caused builds to fail given sufficient parallelism.

Fixes #6531 (closed)

Merge request reports