UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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