aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-12-08 14:26:10 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-08 21:17:10 +0100
commitde3e6a0da0677d96be0e6a86eed11574858db8b5 (patch)
treeb71e110e5a3ca9545e10d3b766a9cd81c19ac298 /.builds
parentAdd `primary_selection` config option (diff)
downloadsway-de3e6a0da0677d96be0e6a86eed11574858db8b5.tar.gz
sway-de3e6a0da0677d96be0e6a86eed11574858db8b5.tar.zst
sway-de3e6a0da0677d96be0e6a86eed11574858db8b5.zip
ci: install Xwayland .pc file
See https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3621
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml2
-rw-r--r--.builds/freebsd.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 8bd9f3cc..04f36a92 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -19,7 +19,7 @@ packages:
19 - wayland-protocols 19 - wayland-protocols
20 - xcb-util-image-dev 20 - xcb-util-image-dev
21 - xcb-util-wm-dev 21 - xcb-util-wm-dev
22 - xwayland 22 - xwayland-dev
23 - hwdata 23 - hwdata
24sources: 24sources:
25 - https://github.com/swaywm/sway 25 - https://github.com/swaywm/sway
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 4f019613..861aa255 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -25,6 +25,7 @@ packages:
25- x11/libX11 25- x11/libX11
26- x11/pixman 26- x11/pixman
27- x11/xcb-util-wm 27- x11/xcb-util-wm
28- x11-servers/xwayland-devel
28- misc/hwdata 29- misc/hwdata
29sources: 30sources:
30- https://github.com/swaywm/sway 31- https://github.com/swaywm/sway