Skip to content

meson: Add dependency on genxml to anvil

Dylan Baker requested to merge dbaker/mesa:anv-gen-dep into master

Currently the Intel "anvil" driver races with the generation of genxml files, while i965 has an explicit dependency. This patch adds the same dependency to anvil.

Fixes: d1992255 ("meson: Add build Intel "anv" vulkan driver")

Merge request reports