Skip to content

freedreno: Add dependency on the xml build to the winsys.

Emma Anholt requested to merge anholt/mesa:freedreno-build-fix into master

The screen header includes the common xml, and otherwise we might race to build before it's done.

Fixes: e0325997 ("freedreno: Generate headers from xml files")

Merge request reports