1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-21 19:36:07 +02:00
sway/.builds/freebsd.yml

41 lines
776 B
YAML
Raw Normal View History

2019-02-19 16:09:29 +01:00
image: freebsd/latest
packages:
2020-12-26 18:06:19 +01:00
- devel/basu
2019-02-19 16:09:29 +01:00
- devel/json-c
- devel/libevdev
- devel/meson
- devel/pkgconf
- graphics/cairo
- graphics/gdk-pixbuf2
- graphics/wayland
- graphics/wayland-protocols
- textproc/scdoc
2019-02-19 16:09:29 +01:00
- x11-toolkits/pango
- x11/libxcb
- x11/libxkbcommon
# wlroots dependencies
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- graphics/libdrm
- graphics/mesa-libs
2021-04-14 21:41:38 +02:00
- sysutils/seatd
2019-02-19 16:09:29 +01:00
- x11/libinput
- x11/libX11
- x11/pixman
- x11/xcb-util-wm
sources:
- https://github.com/swaywm/sway
- https://github.com/swaywm/wlroots
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 16:09:29 +01:00
- build: |
cd sway
ninja -C build