build: update to wlroots 0.18.0
This commit is contained in:
@ -146,7 +146,7 @@ pub fn build(b: *Build) !void {
|
||||
// exposed to the wlroots module for @cImport() to work. This seems to be
|
||||
// the best way to do so with the current std.Build API.
|
||||
wlroots.resolved_target = target;
|
||||
wlroots.linkSystemLibrary("wlroots", .{});
|
||||
wlroots.linkSystemLibrary("wlroots-0.18", .{});
|
||||
|
||||
const flags = b.createModule(.{ .root_source_file = b.path("common/flags.zig") });
|
||||
const globber = b.createModule(.{ .root_source_file = b.path("common/globber.zig") });
|
||||
@ -167,7 +167,7 @@ pub fn build(b: *Build) !void {
|
||||
river.linkSystemLibrary("libevdev");
|
||||
river.linkSystemLibrary("libinput");
|
||||
river.linkSystemLibrary("wayland-server");
|
||||
river.linkSystemLibrary("wlroots");
|
||||
river.linkSystemLibrary("wlroots-0.18");
|
||||
river.linkSystemLibrary("xkbcommon");
|
||||
river.linkSystemLibrary("pixman-1");
|
||||
|
||||
|
Reference in New Issue
Block a user