Installation: deduplicate FreeBSD dependencies

https://github.com/freebsd/freebsd-ports/commit/1b744b687e87
This commit is contained in:
Jan Beich 2024-01-05 17:15:54 +01:00
parent 44a506dbaa
commit c6d623f886
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ _FreeBSD dependencies_:
```plain
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
pkg install meson jq `pkg rquery %dn wlroots` hwdata
export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc"
```