You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
843 B

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