From ad5329a597127c2582dd4c18daff85ef7bbaf85b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 21 Sep 2024 16:31:57 +0200 Subject: [PATCH] Installation: add xcb-icccm and xcb-errors on FreeBSD --- pages/Getting Started/Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 633d1f4..8fd8368 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -326,7 +326,8 @@ 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 libxcb +pkg install git pkgconf gmake evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus +pkg install libxcb xcb-util-errors xcb-util-wm pkg install meson jq hwdata ```