wlroots-hyprland/.builds/freebsd.yml

30 lines
575 B
YAML
Raw Normal View History

image: freebsd/latest
2018-10-27 16:33:18 +02:00
packages:
- 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
2018-10-27 16:33:18 +02:00
- multimedia/ffmpeg
- x11/libX11
- x11/libinput
- x11/libxcb
2018-10-27 16:33:18 +02:00
- x11/libxkbcommon
- x11/pixman
- x11/xcb-util-errors
2018-10-27 16:33:18 +02:00
- x11/xcb-util-wm
2020-07-25 21:53:06 +02:00
- sysutils/seatd
2018-10-27 16:33:18 +02:00
sources:
- https://github.com/swaywm/wlroots
tasks:
- wlroots: |
cd wlroots
meson build -Dauto_features=enabled -Dlogind=disabled
2018-10-27 16:33:18 +02:00
ninja -C build