mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
ebdbe177d6
Users interested in remote access to wlroots compositors should use wayvnc: https://github.com/any1/wayvnc
27 lines
551 B
YAML
27 lines
551 B
YAML
image: freebsd/latest
|
|
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
|
|
- multimedia/ffmpeg
|
|
- x11/libX11
|
|
- x11/libinput
|
|
- x11/libxcb
|
|
- x11/libxkbcommon
|
|
- x11/pixman
|
|
- x11/xcb-util-errors
|
|
- x11/xcb-util-wm
|
|
sources:
|
|
- https://github.com/swaywm/wlroots
|
|
tasks:
|
|
- wlroots: |
|
|
cd wlroots
|
|
meson build -Dauto_features=enabled -Dlogind=disabled -Dlibcap=disabled
|
|
ninja -C build
|