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"));
}