# Touchpad
The touchpad on my lenovo thinkbook 14 iil 20sl doesn't work with slackware64-15.0.
But the touchpad is working under Debian devuan live version.
The libinput version differs on both dists..
```
$ git clone
https://gitlab.freedesktop.org/libinput/libinput
$ git checkout -b 1.26.2 1.26.2
```
```
$ meson setup --prefix=/usr -Ddocumentation=false -Dtests=false -Ddebug-gui=false -Dlibwacom=false builddir
$ ninja -C builddir/
$ sudo ninja -C builddir/ install
```