The mtdev package contains Multitouch Protocol Translation Library which is used to transform all variants of kernel MT (Multitouch) events to the slotted type B protocol. Packages like libinput-1.29.0 make use of it.
Install mtdev by running the following commands:
./configure --prefix=/usr --disable-static && make
Now, as the root
user:
make install
Run ./configure --help for a full list of options.
--disable-static
: This
switch prevents installation of static versions of the libraries.