build: don't link pixman

River doesn't require any symbols from pixman (yet) and zig doesn't
seem to have an issue finding the headers anymore.
This commit is contained in:
Isaac Freund 2020-11-04 15:16:05 +01:00
parent 2b24e55375
commit fc83510a16
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -121,7 +121,6 @@ fn addServerDeps(exe: *std.build.LibExeObjStep) void {
exe.linkLibC();
exe.linkSystemLibrary("libevdev");
exe.linkSystemLibrary("pixman-1");
exe.linkSystemLibrary("wayland-server");
exe.linkSystemLibrary("wlroots");
exe.linkSystemLibrary("xkbcommon");