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.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2
Download MD5 sum: 8a236569ad3dd79eaeed45f1935359be
Download size: 264 KB
Estimated disk space required: 2.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mtdev
Install mtdev by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-01-25 16:32:25 +0000