38 lines
841 B
YAML
38 lines
841 B
YAML
|
image: freebsd/latest
|
||
|
packages:
|
||
|
- devel/evdev-proto
|
||
|
- devel/libudev-devd
|
||
|
- devel/meson # implies ninja
|
||
|
- devel/pkgconf
|
||
|
- graphics/glslang
|
||
|
- graphics/libdrm
|
||
|
- graphics/libliftoff
|
||
|
- graphics/mesa-libs
|
||
|
- graphics/vulkan-headers
|
||
|
- graphics/vulkan-loader
|
||
|
- graphics/wayland
|
||
|
- graphics/wayland-protocols
|
||
|
- x11/libinput
|
||
|
- x11/libxcb
|
||
|
- x11/libxkbcommon
|
||
|
- x11/pixman
|
||
|
- x11/xcb-util-errors
|
||
|
- x11/xcb-util-renderutil
|
||
|
- x11/xcb-util-wm
|
||
|
- x11-servers/xwayland-devel
|
||
|
- sysutils/libdisplay-info
|
||
|
- sysutils/seatd
|
||
|
- gmake
|
||
|
- hwdata
|
||
|
sources:
|
||
|
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||
|
tasks:
|
||
|
- wlroots: |
|
||
|
cd wlroots
|
||
|
meson setup build --fatal-meson-warnings -Dauto_features=enabled
|
||
|
ninja -C build
|
||
|
sudo ninja -C build install
|
||
|
- tinywl: |
|
||
|
cd wlroots/tinywl
|
||
|
gmake
|