2019-02-12 15:57:56 +01:00
|
|
|
image: freebsd/latest
|
2018-10-27 16:33:18 +02:00
|
|
|
packages:
|
2021-01-06 03:15:27 +01:00
|
|
|
- devel/evdev-proto
|
|
|
|
- devel/libepoll-shim
|
|
|
|
- devel/libudev-devd
|
|
|
|
- devel/meson # implies ninja
|
|
|
|
- devel/pkgconf
|
|
|
|
- graphics/libdrm
|
|
|
|
- graphics/mesa-libs
|
|
|
|
- graphics/png
|
|
|
|
- graphics/wayland
|
|
|
|
- graphics/wayland-protocols
|
|
|
|
- multimedia/ffmpeg
|
|
|
|
- x11/libX11
|
|
|
|
- x11/libinput
|
|
|
|
- x11/libxcb
|
|
|
|
- x11/libxkbcommon
|
|
|
|
- x11/pixman
|
|
|
|
- x11/xcb-util-errors
|
2021-01-21 02:06:28 +01:00
|
|
|
- x11/xcb-util-renderutil
|
2021-01-06 03:15:27 +01:00
|
|
|
- x11/xcb-util-wm
|
2021-02-04 17:31:12 +01:00
|
|
|
- x11-servers/xwayland
|
2021-01-06 03:15:27 +01:00
|
|
|
- sysutils/seatd
|
|
|
|
- gmake
|
2018-10-27 16:33:18 +02:00
|
|
|
sources:
|
2021-01-06 03:15:27 +01:00
|
|
|
- https://github.com/swaywm/wlroots
|
2018-10-27 16:33:18 +02:00
|
|
|
tasks:
|
2021-01-06 03:15:27 +01:00
|
|
|
- wlroots: |
|
|
|
|
cd wlroots
|
2021-06-25 15:29:27 +02:00
|
|
|
meson build --fatal-meson-warnings -Dauto_features=enabled
|
2021-01-06 03:15:27 +01:00
|
|
|
ninja -C build
|
|
|
|
sudo ninja -C build install
|
|
|
|
- tinywl: |
|
|
|
|
cd wlroots/tinywl
|
|
|
|
gmake
|