%general-entities; ]> $LastChangedBy: renodr $ $Date: 2015-09-14 17:42:53 -0500 (Mon, 14 Sep 2015) $ libinput-&libinput-version; libinput Introduction to libinput libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libinput-md5sum; Download size: &libinput-size; Estimated disk space required: &libinput-buildsize; Estimated build time: &libinput-time; libinput Dependencies Required and Optional (to run the tests), and (to build the documentation) (to build the GUI event viewer), libunwind (required for tests), and libwacom User Notes: Installation of libinput Install libinput by running the following commands: mkdir build && cd build && meson --prefix=$XORG_PREFIX \ -Dudev-dir=/lib/udev \ -Ddebug-gui=false \ -Dtests=false \ -Ddocumentation=false \ -Dlibwacom=false \ .. && ninja This package does not currently have a functioning test suite. Now, as the root user: ninja install If and were present during the build, you can install the generated documentation by running the following commands as the root user: install -v -dm755 /usr/share/doc/libinput-&libinput-version; && cp -rv html/* /usr/share/doc/libinput-&libinput-version; Command Explanations : This switch specifies where UDev rules and hwdb files will be installed. : This switch disables creation of a visual debug helper for libinput. Remove if you want it, and you have installed. : This switch disables compilation of tests. Remove if you want to run the tests, and you have the external libraries, libunwind and libwacom, installed. : This switch disables generation of the documentation. Remove if you want to generate it, and you have and installed. : Remove this option if you have the external library libwacom installed. Contents Installed Programs Installed Libraries Installed Directories libinput, libinput-debug-events, and libinput-list-devices libinput.so $XORG_PREFIX/libexec/libinput and (optional) /usr/share/doc/libinput-&libinput-version; Short Descriptions libinput is a set of tools to interface with the libinput library. libinput libinput-debug-events is a debug helper for libinput. libinput-debug-events libinput-list-devices lists local devices as recognized by libinput. libinput-list-devices libinput.so contains API functions for handling input devices. libinput.so