From b914a77e7029fa9fa120299004a7154c6b336937 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 21 Sep 2024 16:41:05 +0200 Subject: [PATCH] Installation: drop GNU make on FreeBSD https://github.com/hyprwm/Hyprland/commit/c03dc47124ca --- 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 2f014b5..4ee2359 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 e2fsprogs-libuuid +pkg install git pkgconf 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 ```