diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-12-05 01:10:06 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-12-05 01:10:06 +0100 |
| commit | dae6c06e0c1135334ef30cae0f5b3522b72b4310 (patch) | |
| tree | c6fcf5add85325ec4a79a8800c3103b10bd80d40 /build.zig | |
| parent | 807d4a4212a2cc14203d63376895cc36072ff1a2 (diff) | |
| download | river-dae6c06e0c1135334ef30cae0f5b3522b72b4310.tar.gz river-dae6c06e0c1135334ef30cae0f5b3522b72b4310.tar.xz | |
screencopy: add workaround for wlroots bug
Currently screencopy's copy_with_damage request is broken for
compositors not submitting damage. As a workaround simply damage
the whole output each frame.
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ fn addServerDeps(exe: *std.build.LibExeObjStep) void { exe.linkSystemLibrary("wayland-server"); exe.linkSystemLibrary("wlroots"); exe.linkSystemLibrary("xkbcommon"); + exe.linkSystemLibrary("pixman-1"); } fn addProtocolDeps(exe: *std.build.LibExeObjStep, protocol_step: *std.build.Step) void { |
