Hello,
when you are ready to roll with the new sway 1.1, you can chain the build with https://src.fedoraproject.org/rpms/wlroots/pull-request/2 (archive already uploaded).
Sway 1.0 cannot be built with this new version of wlroots:
../sway/desktop/desktop.c: In function 'desktop_damage_surface': ../sway/desktop/desktop.c:9:56: error: 'struct wlr_output' has no member named 'lx' 9 | output_damage_surface(output, lx - output->wlr_output->lx, | ^~ ../sway/desktop/desktop.c:10:28: error: 'struct wlr_output' has no member named 'ly' 10 | ly - output->wlr_output->ly, surface, whole); | ^~
On 05/05/19 12:45 +0200, Jan Pokorný wrote:
when you are ready to roll with the new sway 1.1, you can chain the build with https://src.fedoraproject.org/rpms/wlroots/pull-request/2 (archive already uploaded).
Sway 1.0 cannot be built with this new version of wlroots:
../sway/desktop/desktop.c: In function 'desktop_damage_surface': ../sway/desktop/desktop.c:9:56: error: 'struct wlr_output' has no member named 'lx' 9 | output_damage_surface(output, lx - output->wlr_output->lx, | ^~ ../sway/desktop/desktop.c:10:28: error: 'struct wlr_output' has no member named 'ly' 10 | ly - output->wlr_output->ly, surface, whole); | ^~
Also, for sway 1.1, swaybg (as a new standalone project) is looking for someone to adopt it, it seems...