diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-21 11:25:10 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-21 08:50:59 -0500 |
commit | 35bc3e662a34fe92a3de4e3768dc976f8ac2c242 (patch) | |
tree | 5f03ebb3295784d6af9125835b1dcc598aa94222 | |
parent | be4b9f7f5b4247ad6f1729b8d407c544ae25d040 (diff) |
ci: add xorgproto dep to Arch build
Arch Linux maintainers are still figuring out whether they should ask
people to explicitely install it or make it a dependency of libxcb again
[1]. In the meantime, add it as an explicit dependency. I'll revert
this patch if they decide otherwise.
[1]: https://bugs.archlinux.org/task/64914
-rw-r--r-- | .builds/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 52cce572..ee56feb0 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -14,6 +14,7 @@ packages: - xcb-util-errors - xcb-util-image - xcb-util-wm + - xorgproto sources: - https://github.com/swaywm/wlroots tasks: |