Skip to content

Commit

Permalink
build: add libdecor
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldZielaznicki authored and slimsag committed Oct 30, 2024
1 parent f255876 commit 51e6899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .{
Expand Down

0 comments on commit 51e6899

Please sign in to comment.