parent
e136a4168b
commit
826108373c
@ -1,29 +1,34 @@
|
|||||||
image: freebsd/latest
|
image: freebsd/latest
|
||||||
packages:
|
packages:
|
||||||
- devel/evdev-proto
|
- devel/evdev-proto
|
||||||
- devel/libepoll-shim
|
- devel/libepoll-shim
|
||||||
- devel/libudev-devd
|
- devel/libudev-devd
|
||||||
- devel/meson # implies ninja
|
- devel/meson # implies ninja
|
||||||
- devel/pkgconf
|
- devel/pkgconf
|
||||||
- graphics/libdrm
|
- graphics/libdrm
|
||||||
- graphics/mesa-libs
|
- graphics/mesa-libs
|
||||||
- graphics/png
|
- graphics/png
|
||||||
- graphics/wayland
|
- graphics/wayland
|
||||||
- graphics/wayland-protocols
|
- graphics/wayland-protocols
|
||||||
- misc/e2fsprogs-libuuid
|
- misc/e2fsprogs-libuuid
|
||||||
- multimedia/ffmpeg
|
- multimedia/ffmpeg
|
||||||
- x11/libX11
|
- x11/libX11
|
||||||
- x11/libinput
|
- x11/libinput
|
||||||
- x11/libxcb
|
- x11/libxcb
|
||||||
- x11/libxkbcommon
|
- x11/libxkbcommon
|
||||||
- x11/pixman
|
- x11/pixman
|
||||||
- x11/xcb-util-errors
|
- x11/xcb-util-errors
|
||||||
- x11/xcb-util-wm
|
- x11/xcb-util-wm
|
||||||
- sysutils/seatd
|
- sysutils/seatd
|
||||||
|
- gmake
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/swaywm/wlroots
|
- https://github.com/swaywm/wlroots
|
||||||
tasks:
|
tasks:
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
meson build -Dauto_features=enabled -Dlogind=disabled
|
meson build -Dauto_features=enabled -Dlogind=disabled
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
sudo ninja -C build install
|
||||||
|
- tinywl: |
|
||||||
|
cd wlroots/tinywl
|
||||||
|
gmake
|
||||||
|
Loading…
Reference in new issue