UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
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.26.1.tar.gz
Source directory: libinput-1.26.1
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/Xorg/libinput-1.26.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/Xorg/libinput-1.26.1.tar.gz.md5sum
Dependances: libevdev, mtdev.
Dependance of: xfce4-settings-4.18.4, xf86-input-libinput, clutter.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_DOCS=""
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
ARG_DOCS="-Ddocumentation=true"
fi
ARG_TEST="-Dtests=false"
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ARG_TEST="-Dtests=true"
fi
mkdir build &&
cd build &&
meson setup --prefix=$XORG_PREFIX \
--buildtype=release \
-Ddebug-gui=false \
$ARG_TEST $ARG_DOCS \
-Dlibwacom=false \
-Dudev-dir=/usr/lib/udev \
..
Build script:
cd build
ninja
Install script:
cd build
ninja install
if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -dm755 /usr/share/doc/libinput-1.26.1/html &&
cp -rv Documentation/* /usr/share/doc/libinput-1.26.1/html
fi