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
|
2021-02-21 18:30:12 +01:00
|
|
|
- graphics/glslang
|
2021-01-06 03:15:27 +01:00
|
|
|
- graphics/libdrm
|
2022-08-18 19:17:33 +02:00
|
|
|
- graphics/libliftoff
|
2021-01-06 03:15:27 +01:00
|
|
|
- graphics/mesa-libs
|
|
|
|
- graphics/png
|
2021-02-21 18:30:12 +01:00
|
|
|
- graphics/vulkan-headers
|
|
|
|
- graphics/vulkan-loader
|
2021-01-06 03:15:27 +01:00
|
|
|
- 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
|
2022-06-12 09:01:53 +02:00
|
|
|
- x11-servers/xwayland-devel
|
2021-01-06 03:15:27 +01:00
|
|
|
- sysutils/seatd
|
|
|
|
- gmake
|
2022-06-26 23:11:47 +02:00
|
|
|
- hwdata
|
2018-10-27 16:33:18 +02:00
|
|
|
sources:
|
2021-11-01 17:28:16 +01:00
|
|
|
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
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
|