From 2bfd293904c56dc78ca2ae2002bd4c55ea8af27e Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 21 Sep 2024 16:09:13 +0200 Subject: [PATCH] Installation: drop wlroots leftovers on FreeBSD https://github.com/hyprwm/Hyprland/commit/016da234d0e8 --- pages/Getting Started/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index bd01b73..ab2da7a 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -327,9 +327,8 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig ```plain pkg install git pkgconf gmake evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus +pkg install aquamarine hyprcursor hyprlang hyprutils hyprwayland-scanner pkg install libxcb xcb-util-errors xcb-util-wm -pkg install meson jq hwdata -pkg install hyprcursor hyprlang hyprutils hyprwayland-scanner ``` {{% /details %}}