diff options
author | Ronan Pigott <rpigott@berkeley.edu> | 2020-12-13 03:55:42 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-12-14 10:15:55 +0100 |
commit | ba943c694cec527580c4d9f2098157dad6af55b1 (patch) | |
tree | 6afa05d7b731b7d6c1053cc56a6f9a72790b9fd3 /.builds | |
parent | 1dbb6990360ad45d7189d267e1c288b8cf38b4d1 (diff) |
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.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/archlinux.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index ad47a9c9..c0f70186 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 |