wlroots/.builds/freebsd.yml

39 lines
843 B
YAML
Raw Normal View History

image: freebsd/latest
2018-10-27 14:33:18 +00:00
packages:
2021-01-06 02:15:27 +00:00
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- devel/meson # implies ninja
- devel/pkgconf
- graphics/glslang
2021-01-06 02:15:27 +00:00
- graphics/libdrm
- graphics/mesa-libs
- graphics/png
- graphics/vulkan-headers
- graphics/vulkan-loader
2021-01-06 02:15:27 +00:00
- graphics/wayland
- graphics/wayland-protocols
- multimedia/ffmpeg
- x11/libX11
- x11/libinput
- x11/libxcb
- x11/libxkbcommon
- x11/pixman
- x11/xcb-util-errors
- x11/xcb-util-renderutil
2021-01-06 02:15:27 +00:00
- x11/xcb-util-wm
- x11-servers/xwayland
2021-01-06 02:15:27 +00:00
- sysutils/seatd
- gmake
2018-10-27 14:33:18 +00:00
sources:
2021-11-01 16:28:16 +00:00
- https://gitlab.freedesktop.org/wlroots/wlroots.git
2018-10-27 14:33:18 +00:00
tasks:
2021-01-06 02:15:27 +00:00
- wlroots: |
cd wlroots
meson build --fatal-meson-warnings -Dauto_features=enabled
2021-01-06 02:15:27 +00:00
ninja -C build
sudo ninja -C build install
- tinywl: |
cd wlroots/tinywl
gmake