mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
b29ac8fbac
Use 128-bit hexadecimal string tokens generated with /dev/urandom instead of UUIDs for xdg-foreign handles, removing the libuuid dependency. Update readme and CI. Closes #2830. build: remove xdg-foreign feature With no external dependencies required, there's no reason not to always build it. Remove WLR_HAS_XDG_FOREIGN as well.
35 lines
727 B
YAML
35 lines
727 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-renderutil
|
|
- x11/xcb-util-wm
|
|
- x11-servers/xwayland
|
|
- sysutils/seatd
|
|
- gmake
|
|
sources:
|
|
- https://github.com/swaywm/wlroots
|
|
tasks:
|
|
- wlroots: |
|
|
cd wlroots
|
|
meson build -Dauto_features=enabled
|
|
ninja -C build
|
|
sudo ninja -C build install
|
|
- tinywl: |
|
|
cd wlroots/tinywl
|
|
gmake
|