mirror of
https://github.com/swaywm/sway.git
synced 2024-11-12 21:43:59 +01:00
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 ba943c694c
)
This commit is contained in:
parent
baa0a32b7f
commit
2155dc9d7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user