From 3e5d3e6a9106ab249b758943df8c453e7521fd08 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 15 Apr 2023 19:43:28 +0000 Subject: [PATCH] Installation: update FreeBSD dependencies for manual build (#192) - jq after https://github.com/hyprwm/hyprland/commit/a54247125f91 - pango after https://github.com/hyprwm/hyprland/commit/71a95a581f86 - hwdata after https://github.com/freebsd/freebsd-ports/commit/146bb4da8d31 - libliftoff after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/9d43e7e4d67d - libdisplay-info after https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/35da9970019b --- pages/Getting Started/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 5c81b13..d9190c4 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -114,8 +114,8 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig _FreeBSD dependencies_: ```plain -pkg install git pkgconf gmake gcc evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pixman libxcb -pkg install meson `pkg rquery %dn wlroots` +pkg install git pkgconf gmake gcc evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman libxcb +pkg install meson jq `pkg rquery %dn wlroots` hwdata libdisplay-info libliftoff export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc" ```