Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

File metadata and controls

18 lines (12 loc) · 396 Bytes

wlroots zig

wlroots, packaged for the Zig build system.

Using

First, update your build.zig.zon:

zig fetch --save git+https://github.com/allyourcodebase/wlroots.git

Then in your build.zig:

const dep = b.dependency("wlroots", .{ .target = target, .optimize = optimize });
exe.linkLibrary(dep.artifact("wlroots"));