build: add libdecor
This commit is contained in:
parent
f255876823
commit
51e6899505
2 changed files with 3 additions and 2 deletions
|
|
@ -312,6 +312,7 @@ fn linkCore(b: *std.Build, module: *std.Build.Module) void {
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
})) |dep| {
|
})) |dep| {
|
||||||
|
module.addIncludePath(dep.path("libdecor"));
|
||||||
module.addIncludePath(dep.path("wayland"));
|
module.addIncludePath(dep.path("wayland"));
|
||||||
module.addIncludePath(dep.path("wayland-protocols"));
|
module.addIncludePath(dep.path("wayland-protocols"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,8 @@
|
||||||
.lazy = true,
|
.lazy = true,
|
||||||
},
|
},
|
||||||
.wayland_headers = .{
|
.wayland_headers = .{
|
||||||
.url = "https://pkg.machengine.org/wayland-headers/464f5d7e9de3bd93dd6f4b4f880b7276ecdcaf13.tar.gz",
|
.url = "https://pkg.machengine.org/wayland-headers/7c53e7483c3cfb5c6780ae542c9f5cfa712a826a.tar.gz",
|
||||||
.hash = "12205ac3159cfe9af679bf43545a71e45216ee110ee6d37ee4bedbb1cbc7f6caff7d",
|
.hash = "1220563c3d5603a02e61293c2c0223e01a3f298fb606bf0d108293b925434970a207",
|
||||||
.lazy = true,
|
.lazy = true,
|
||||||
},
|
},
|
||||||
.x11_headers = .{
|
.x11_headers = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue