aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/archlinux.yml
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-12-13 03:55:42 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2021-05-19 11:48:08 +0200
commit2155dc9d7d27be1e009a00c82652b72050dbb2ef (patch)
tree804774c56564f10bce5049ba1cff8778ffb5501e /.builds/archlinux.yml
parentci: Update alpine xwayland package name (diff)
downloadsway-2155dc9d7d27be1e009a00c82652b72050dbb2ef.tar.gz
sway-2155dc9d7d27be1e009a00c82652b72050dbb2ef.tar.zst
sway-2155dc9d7d27be1e009a00c82652b72050dbb2ef.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. (cherry picked from commit ba943c694cec527580c4d9f2098157dad6af55b1)
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r--.builds/archlinux.yml3
1 files changed, 2 insertions, 1 deletions
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:
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