diff options
author | Simon Ser <contact@emersion.fr> | 2021-03-22 11:54:57 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-03-22 11:54:57 +0100 |
commit | e8ad05913fb9fbefd2aa4b89cebfca03ab2bd1eb (patch) | |
tree | fadb0cadaa43681aaaa7a2554eb410fca87b7d53 | |
parent | c740fccc9dd0913908c0632c10f8c6d10b2b1ca4 (diff) |
ci: update xwayland dep on alpine
The xwayland package has changed its name.
-rw-r--r-- | .builds/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 9bb633b0..370b504c 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -13,7 +13,7 @@ packages: - xcb-util-image-dev - xcb-util-renderutil-dev - xcb-util-wm-dev - - xorg-server-xwayland + - xwayland sources: - https://github.com/swaywm/wlroots tasks: |