build: update to wlroots 0.18.0

(cherry picked from commit 99ef96a389)
This commit is contained in:
Isaac Freund
2024-07-16 14:24:22 +02:00
parent 4e2a1a12f8
commit eb32deaf76
21 changed files with 128 additions and 143 deletions

View File

@ -31,12 +31,6 @@ const process = @import("process.zig");
const Server = @import("Server.zig");
comptime {
if (wlr.version.major != 0 or wlr.version.minor != 17 or wlr.version.micro < 2) {
@compileError("river requires at least wlroots version 0.17.2 due to bugs in wlroots 0.17.0/0.17.1");
}
}
const usage: []const u8 =
\\usage: river [options]
\\