mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
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
This commit is contained in:
parent
41edb86ff2
commit
3e5d3e6a91
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue