summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Pigott <rpigott@berkeley.edu>2020-12-13 03:55:42 -0700
committerSimon Ser <contact@emersion.fr>2021-05-19 11:48:08 +0200
commit2155dc9d7d27be1e009a00c82652b72050dbb2ef (patch)
tree804774c56564f10bce5049ba1cff8778ffb5501e
parentbaa0a32b7fce74a209930ef51f099d076f726750 (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. (cherry picked from commit ba943c694cec527580c4d9f2098157dad6af55b1)
-rw-r--r--.builds/archlinux.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index dfe1900ee..ef057d688 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