From 2155dc9d7d27be1e009a00c82652b72050dbb2ef Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Sun, 13 Dec 2020 03:55:42 -0700 Subject: ci: fix archlinux builds The "xorg-server-xwayland" package has become "xorg-xwayland" in Arch. Our egl requirement was previously satisfied by xorg-server-xwayland's dependency on libgl, which "xorg-xwayland" does not have. So add the libegl dependency as well. (cherry picked from commit ba943c694cec527580c4d9f2098157dad6af55b1) --- .builds/archlinux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.builds/archlinux.yml') diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index dfe1900e..ef057d68 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -3,6 +3,7 @@ packages: - cairo - gdk-pixbuf2 - json-c + - libegl - libinput - libxcb - libxkbcommon @@ -12,7 +13,7 @@ packages: - wayland - wayland-protocols - xcb-util-image - - xorg-server-xwayland + - xorg-xwayland sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots -- cgit v1.2.3-54-g00ecf