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,
|
||||
.optimize = optimize,
|
||||
})) |dep| {
|
||||
module.addIncludePath(dep.path("libdecor"));
|
||||
module.addIncludePath(dep.path("wayland"));
|
||||
module.addIncludePath(dep.path("wayland-protocols"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue