aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 273badbc..29c6312a 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -4,6 +4,7 @@ packages:
4- devel/json-c 4- devel/json-c
5- devel/libevdev 5- devel/libevdev
6- devel/meson 6- devel/meson
7- devel/pcre2
7- devel/pkgconf 8- devel/pkgconf
8- graphics/cairo 9- graphics/cairo
9- graphics/gdk-pixbuf2 10- graphics/gdk-pixbuf2
@@ -19,13 +20,17 @@ packages:
19- devel/libudev-devd 20- devel/libudev-devd
20- graphics/libdrm 21- graphics/libdrm
21- graphics/mesa-libs 22- graphics/mesa-libs
23- sysutils/libdisplay-info
24- sysutils/seatd
22- x11/libinput 25- x11/libinput
23- x11/libX11 26- x11/libX11
24- x11/pixman 27- x11/pixman
25- x11/xcb-util-wm 28- x11/xcb-util-wm
29- x11-servers/xwayland-devel
30- misc/hwdata
26sources: 31sources:
27- https://github.com/swaywm/sway 32- https://github.com/swaywm/sway
28- https://github.com/swaywm/wlroots 33- https://gitlab.freedesktop.org/wlroots/wlroots.git
29tasks: 34tasks:
30- setup: | 35- setup: |
31 cd sway 36 cd sway
@@ -33,7 +38,7 @@ tasks:
33 cd subprojects 38 cd subprojects
34 ln -s ../../wlroots wlroots 39 ln -s ../../wlroots wlroots
35 cd .. 40 cd ..
36 meson build -Dtray=enabled -Dsd-bus-provider=basu 41 meson build --fatal-meson-warnings -Dtray=enabled -Dsd-bus-provider=basu
37- build: | 42- build: |
38 cd sway 43 cd sway
39 ninja -C build 44 ninja -C build