libinput missing from arch dependencies (#107)

This commit is contained in:
M1nxy 2023-01-25 08:53:24 +00:00 committed by GitHub
parent f8b5ebe49a
commit ba60d4c272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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
``` ```
_(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)_