mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add libliftoff and libdisplay-info (#144)
libdisplay-info (from the AUR) is required for wlroots drm backend, which Hyprland depends on. Failure to install this package results in linking errors at compile time. libliftoff is not a hard requirement, but seems useful to include.
This commit is contained in:
parent
5c126a59d0
commit
23397a424b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ libwlroots), you don't need to update anything else.
|
||||||
_Arch dependencies_:
|
_Arch dependencies_:
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput
|
yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info
|
||||||
```
|
```
|
||||||
|
|
||||||
_(Please make a pull request or open an issue if any packages are missing from the list)_
|
_(Please make a pull request or open an issue if any packages are missing from the list)_
|
||||||
|
|
Loading…
Reference in a new issue