mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 22:08:10 +02:00
We include git_sha1.h in clc_compiler.c, so we should also make sure we
depend on the header being generated in time. This fixes a spurious
build error when compiling with many cores, like we do on CI.
Fixes:
|
||
|---|---|---|
| .. | ||
| clc_compiler.c | ||
| clc_compiler.h | ||
| clc_compiler_test.cpp | ||
| clc_helpers.cpp | ||
| clc_helpers.h | ||
| clc_nir.c | ||
| clc_nir.h | ||
| clglon12compiler.def | ||
| compute_test.cpp | ||
| compute_test.h | ||
| meson.build | ||