aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-12-13 03:55:42 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2020-12-14 10:15:55 +0100
commitba943c694cec527580c4d9f2098157dad6af55b1 (patch)
tree6afa05d7b731b7d6c1053cc56a6f9a72790b9fd3
parentcommon/log: write log importance (diff)
downloadsway-ba943c694cec527580c4d9f2098157dad6af55b1.tar.gz
sway-ba943c694cec527580c4d9f2098157dad6af55b1.tar.zst
sway-ba943c694cec527580c4d9f2098157dad6af55b1.zip
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.
-rw-r--r--.builds/archlinux.yml3
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:
3 - cairo 3 - cairo
4 - gdk-pixbuf2 4 - gdk-pixbuf2
5 - json-c 5 - json-c
6 - libegl
6 - libinput 7 - libinput
7 - libxcb 8 - libxcb
8 - libxkbcommon 9 - libxkbcommon
@@ -12,7 +13,7 @@ packages:
12 - wayland 13 - wayland
13 - wayland-protocols 14 - wayland-protocols
14 - xcb-util-image 15 - xcb-util-image
15 - xorg-server-xwayland 16 - xorg-xwayland
16sources: 17sources:
17 - https://github.com/swaywm/sway 18 - https://github.com/swaywm/sway
18 - https://github.com/swaywm/wlroots 19 - https://github.com/swaywm/wlroots