diff --git a/build.zig b/build.zig index c6543c7de2..6f485c458b 100644 --- a/build.zig +++ b/build.zig @@ -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")); } diff --git a/build.zig.zon b/build.zig.zon index 7594e0908e..8e79591710 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -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 = .{