UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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.23.0.tar.gz
Source directory: libinput-1.23.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/libinput-1.23.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/libinput-1.23.0.tar.gz.md5sum
Dependances: libevdev, mtdev.
Dependance of: 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.23.0/html &&
cp -rv Documentation/* /usr/share/doc/libinput-1.23.0/html

fi