Installation: add xcb-icccm and xcb-errors on FreeBSD

This commit is contained in:
Jan Beich 2024-09-21 16:31:57 +02:00
parent 6084a2bea7
commit ad5329a597

View file

@ -326,7 +326,8 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig
{{% details title="FreeBSD" closed="true" %}} {{% details title="FreeBSD" closed="true" %}}
```plain ```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 pkg install meson jq hwdata
``` ```