From f6b087873488162a9667cdec52d4413f10dfb328 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 21 Sep 2024 16:20:51 +0200 Subject: [PATCH] Installation: add libuuid on FreeBSD FreeBSD uuid(3) has slightly different API than Linux and doesn't support random UUIDs unlike NetBSD. Instead use external implementation. https://github.com/hyprwm/Hyprland/commit/7778f01194d8 --- pages/Getting Started/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index ab2da7a..2f014b5 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -326,7 +326,7 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig {{% details title="FreeBSD" closed="true" %}} ```plain -pkg install git pkgconf gmake evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus +pkg install git pkgconf gmake evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus e2fsprogs-libuuid pkg install aquamarine hyprcursor hyprlang hyprutils hyprwayland-scanner pkg install libxcb xcb-util-errors xcb-util-wm ```