From 35bc3e662a34fe92a3de4e3768dc976f8ac2c242 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 21 Dec 2019 11:25:10 +0100 Subject: [PATCH] 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 --- .builds/archlinux.yml | 1 + 1 file changed, 1 insertion(+) 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: