From 40fc92f7e774b292427644a11ce5ee209cbaa471 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 8 Apr 2021 13:43:12 +0000 Subject: [PATCH] CI: chase swaywm/wlroots@de5347d0f2a8 Run-time dependency xcb-icccm found: NO (tried pkgconfig and cmake) Message: Required for Xwayland support. --- .builds/alpine.yml | 1 + .builds/archlinux.yml | 1 + .builds/freebsd.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index ac2294f..58af149 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -9,6 +9,7 @@ packages: - scdoc - wayland-dev - wayland-protocols + - xcb-util-wm-dev - xwayland sources: - https://github.com/swaywm/wlroots diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 347c0ae..a79b3fe 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -7,6 +7,7 @@ packages: - scdoc - wayland - wayland-protocols + - xcb-util-wm - xorg-xwayland sources: - https://github.com/swaywm/wlroots diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 516ea0c..3a6aefb 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -11,6 +11,7 @@ packages: - x11/libinput - x11/libxkbcommon - x11/pixman + - x11/xcb-util-wm - x11-servers/xwayland sources: - https://github.com/swaywm/wlroots