build: add libdecor

This commit is contained in:
Ronald M Zielaznicki 2024-10-30 01:09:03 -04:00 committed by Stephen Gutekanst
parent f255876823
commit 51e6899505
2 changed files with 3 additions and 2 deletions

View file

@ -312,6 +312,7 @@ fn linkCore(b: *std.Build, module: *std.Build.Module) void {
.target = target,
.optimize = optimize,
})) |dep| {
module.addIncludePath(dep.path("libdecor"));
module.addIncludePath(dep.path("wayland"));
module.addIncludePath(dep.path("wayland-protocols"));
}

View file

@ -53,8 +53,8 @@
.lazy = true,
},
.wayland_headers = .{
.url = "https://pkg.machengine.org/wayland-headers/464f5d7e9de3bd93dd6f4b4f880b7276ecdcaf13.tar.gz",
.hash = "12205ac3159cfe9af679bf43545a71e45216ee110ee6d37ee4bedbb1cbc7f6caff7d",
.url = "https://pkg.machengine.org/wayland-headers/7c53e7483c3cfb5c6780ae542c9f5cfa712a826a.tar.gz",
.hash = "1220563c3d5603a02e61293c2c0223e01a3f298fb606bf0d108293b925434970a207",
.lazy = true,
},
.x11_headers = .{