mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
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
This commit is contained in:
parent
2bfd293904
commit
f6b0878734
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue