When installing, './configure' runs fine, but 'make' exits almost immediately with this error:
❯ make
make all-am
make[1]: Entering directory '/home/bizon/Downloads/xf86-input-mtrack'
CC src/capabilities.lo
In file included from ./include/capabilities.h:25:0,
from src/capabilities.c:22:
./include/common.h:35:27: fatal error: mtdev-mapping.h: No such file or directory
#include <mtdev-mapping.h>
^
compilation terminated.
Makefile:614: recipe for target 'src/capabilities.lo' failed
make[1]: *** [src/capabilities.lo] Error 1
make[1]: Leaving directory '/home/bizon/Downloads/xf86-input-mtrack'
Makefile:419: recipe for target 'all' failed
make: *** [all] Error 2
When installing, './configure' runs fine, but 'make' exits almost immediately with this error:
OS: Linux dl 5.3.0-53-generic #47~18.04.1-Ubuntu
STEPS TO REPRODUCE: