Skip to content

Commit

Permalink
add(build): libdecor include when using wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldZielaznicki committed Oct 25, 2024
1 parent 6d35154 commit 6ad3861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,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

0 comments on commit 6ad3861

Please sign in to comment.