aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r--.builds/archlinux.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index c0f70186..9972c01a 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -3,20 +3,25 @@ packages:
3 - cairo 3 - cairo
4 - gdk-pixbuf2 4 - gdk-pixbuf2
5 - json-c 5 - json-c
6 - libdisplay-info
6 - libegl 7 - libegl
7 - libinput 8 - libinput
8 - libxcb 9 - libxcb
9 - libxkbcommon 10 - libxkbcommon
10 - meson 11 - meson
11 - pango 12 - pango
13 - pcre2
12 - scdoc 14 - scdoc
13 - wayland 15 - wayland
14 - wayland-protocols 16 - wayland-protocols
15 - xcb-util-image 17 - xcb-util-image
18 - xcb-util-wm
16 - xorg-xwayland 19 - xorg-xwayland
20 - seatd
21 - hwdata
17sources: 22sources:
18 - https://github.com/swaywm/sway 23 - https://github.com/swaywm/sway
19 - https://github.com/swaywm/wlroots 24 - https://gitlab.freedesktop.org/wlroots/wlroots.git
20tasks: 25tasks:
21 - wlroots: | 26 - wlroots: |
22 cd wlroots 27 cd wlroots
@@ -25,7 +30,7 @@ tasks:
25 sudo ninja -C build install 30 sudo ninja -C build install
26 - setup: | 31 - setup: |
27 cd sway 32 cd sway
28 meson build -Dauto_features=enabled -Dsd-bus-provider=libsystemd 33 meson build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd
29 - build: | 34 - build: |
30 cd sway 35 cd sway
31 ninja -C build 36 ninja -C build