mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-01 16:45:57 +01:00
Installation: add xcb-icccm and xcb-errors on FreeBSD
This commit is contained in:
parent
6084a2bea7
commit
ad5329a597
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue