wayland-protocols, packaged for the Zig build system.
First, update your build.zig.zon:
zig fetch --save git+https://github.com/allyourcodebase/wayland-protocols.git
Then in your build.zig:
const dep = b.dependency("wayland_protocols", .{});
const root = dep.namedLazyPath("root");