Added the ability to configure libinput

This commit is contained in:
Keith Bowes 2022-12-07 20:44:14 -05:00
parent b4a05ca65b
commit 6c6d0214b4
7 changed files with 180 additions and 29 deletions

View file

@ -12,9 +12,10 @@ contributing.](https://github.com/wizbright/waybox/blob/master/CONTRIBUTING.md)
### Dependencies
* [Meson](https://mesonbuild.com/)
* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/)
* [libxml2](http://xmlsoft.org/)
* [Wayland](https://wayland.freedesktop.org/)
* [libinput](http://www.freedesktop.org/wiki/Software/libinput)
* [libxml2](http://xmlsoft.org/)
* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/)
* [xkbcommon](https://xkbcommon.org/)
### Build instructions