wlroots-hyprland/.builds/freebsd.yml

35 lines
719 B
YAML
Raw Normal View History

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
- misc/e2fsprogs-libuuid
- multimedia/ffmpeg
- x11/libX11
- x11/libinput
- x11/libxcb
- x11/libxkbcommon
- x11/pixman
- x11/xcb-util-errors
- x11/xcb-util-wm
- 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
meson build -Dauto_features=enabled -Dlogind=disabled
ninja -C build
sudo ninja -C build install
- tinywl: |
cd wlroots/tinywl
gmake