From 157f22c2ebb573864b863110d61fb8d5fe632b6d Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 15 Mar 2021 10:50:59 +0000 Subject: [PATCH] CI: chase swaywm/wlroots@3504bb587daa + swaywm/wlroots@e8ad05913fb9 meson.build:70:4: ERROR: Problem encountered: Cannot build Cage with XWayland support: wlroots has been built without it --- .builds/alpine.yml | 2 +- .builds/archlinux.yml | 2 +- .builds/freebsd.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 3ccff6e..ac2294f 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -9,7 +9,7 @@ packages: - scdoc - wayland-dev - wayland-protocols - - xorg-server-xwayland + - xwayland sources: - https://github.com/swaywm/wlroots - https://github.com/Hjdskes/cage diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 99627cf..347c0ae 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -7,7 +7,7 @@ packages: - scdoc - wayland - wayland-protocols - - xorg-server-xwayland + - xorg-xwayland sources: - https://github.com/swaywm/wlroots - https://github.com/Hjdskes/cage diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 73bd94b..516ea0c 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -11,6 +11,7 @@ packages: - x11/libinput - x11/libxkbcommon - x11/pixman + - x11-servers/xwayland sources: - https://github.com/swaywm/wlroots - https://github.com/Hjdskes/cage