From 23397a424bd98f3e2d65344d177d7c9e106f4408 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Sat, 4 Mar 2023 13:30:11 +0100 Subject: [PATCH] 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. --- pages/Getting Started/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 6baccd7..c32fc09 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -102,7 +102,7 @@ libwlroots), you don't need to update anything else. _Arch dependencies_: ```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)_