wlroots-hyprland/.builds/freebsd.yml

38 lines
841 B
YAML
Raw Normal View History

image: freebsd/latest
2018-10-27 16:33:18 +02:00
packages:
2021-01-06 03:15:27 +01:00
- devel/evdev-proto
- devel/libudev-devd
- devel/meson # implies ninja
- devel/pkgconf
- 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/vulkan-headers
- graphics/vulkan-loader
2021-01-06 03:15:27 +01:00
- graphics/wayland
- graphics/wayland-protocols
- x11/libinput
- x11/libxcb
- x11/libxkbcommon
- x11/pixman
- x11/xcb-util-errors
- x11/xcb-util-renderutil
2021-01-06 03:15:27 +01:00
- x11/xcb-util-wm
- x11-servers/xwayland-devel
- sysutils/libdisplay-info
2021-01-06 03:15:27 +01:00
- sysutils/seatd
- gmake
- 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
meson setup 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