summaryrefslogtreecommitdiffstats
path: root/.builds/archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/archlinux.yml')
-rw-r--r--.builds/archlinux.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index c8f116e0..a9e3a9ae 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -8,7 +8,6 @@ packages:
8 - libxkbcommon 8 - libxkbcommon
9 - meson 9 - meson
10 - pango 10 - pango
11 - scdoc
12 - wayland 11 - wayland
13 - wayland-protocols 12 - wayland-protocols
14 - xcb-util-image 13 - xcb-util-image
@@ -16,7 +15,12 @@ packages:
16sources: 15sources:
17 - https://github.com/swaywm/sway 16 - https://github.com/swaywm/sway
18 - https://github.com/swaywm/wlroots 17 - https://github.com/swaywm/wlroots
18 - https://git.sr.ht/~sircmpwn/scdoc
19tasks: 19tasks:
20 - scdoc: |
21 cd scdoc
22 make PREFIX=/usr
23 sudo make install PREFIX=/usr
20 - wlroots: | 24 - wlroots: |
21 cd wlroots 25 cd wlroots
22 meson --prefix=/usr build -Drootston=false -Dexamples=false 26 meson --prefix=/usr build -Drootston=false -Dexamples=false