UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
[ 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.26.1.tar.gz
Source directory: libinput-1.26.1
Package URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/Xorg/libinput-1.26.1.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/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


Apache/2.4.62 (Debian) Server at ulfs.org Port 443