libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/libinput/libinput-0.5.0.tar.xz
Download MD5 sum: 9aeb2e44c0f5e13c8cf1ce6bcdf29e83
Download size: 392 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.1 SBU
libevdev-1.2.2 and mtdev-1.1.5
Check-0.9.14, Doxygen-1.8.8, and GTK+-3.12.2 (to build the GUI event viewer)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libinput
Install libinput by running the following commands:
./configure --prefix=/usr --disable-static && make
          If you have the optional Check-0.9.14 package installed, the regression
          tests can be run as the root user
          with make -C test
          check-TESTS.
        
          Now, as the root user:
        
make install
          If Doxygen-1.8.8 was present during the build, you
          can install the generated documentation by running the following
          command as the root user:
        
install -v -dm755 /usr/share/doc/libinput-0.5.0 && cp -rv doc/html/* /usr/share/doc/libinput-0.5.0
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
Last updated on 2014-08-24 15:52:32 -0700