UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

libinput

libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.

Package info

Codename: libinput
Source file: libinput-1.11.3.tar.xz
Source directory: libinput-1.11.3
Package URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/libinput-1.11.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/Xorg/libinput-1.11.3.tar.xz.md5sum
Dependances: libevdev, mtdev.
Dependance of: xf86-input-libinput.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson --prefix=$XORG_PREFIX \
      -Dudev-dir=/lib/udev  \
      -Ddebug-gui=false     \
      -Dtests=false         \
      -Ddocumentation=false \
      -Dlibwacom=false      \
      .. 

Build script:
ninja

Install script:
ninja install