sway/.builds/freebsd.yml

45 lines
877 B
YAML
Raw Normal View History

2019-02-19 15:09:29 +00:00
image: freebsd/latest
packages:
2020-12-26 17:06:19 +00:00
- devel/basu
2019-02-19 15:09:29 +00:00
- devel/json-c
- devel/libevdev
- devel/meson
- devel/pcre2
2019-02-19 15:09:29 +00:00
- devel/pkgconf
- graphics/cairo
- graphics/gdk-pixbuf2
- graphics/wayland
- graphics/wayland-protocols
- textproc/scdoc
2019-02-19 15:09:29 +00:00
- x11-toolkits/pango
- x11/libxcb
- x11/libxkbcommon
# wlroots dependencies
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- graphics/libdrm
- graphics/mesa-libs
2023-02-28 22:19:33 +00:00
- sysutils/libdisplay-info
2021-04-14 19:41:38 +00:00
- sysutils/seatd
2019-02-19 15:09:29 +00:00
- x11/libinput
- x11/libX11
- x11/pixman
- x11/xcb-util-wm
- x11-servers/xwayland-devel
2022-11-09 08:07:20 +00:00
- misc/hwdata
2019-02-19 15:09:29 +00:00
sources:
- https://github.com/swaywm/sway
- https://gitlab.freedesktop.org/wlroots/wlroots.git
2019-02-19 15:09:29 +00:00
tasks:
- setup: |
cd sway
mkdir subprojects
cd subprojects
ln -s ../../wlroots wlroots
cd ..
meson build --fatal-meson-warnings -Dtray=enabled -Dsd-bus-provider=basu
2019-02-19 15:09:29 +00:00
- build: |
cd sway
ninja -C build