# libinput/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.53 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 64-bit kernel and 32-bit distro #--------------------------------------------------------------------- [settings] setpaths = libevdev libinput tmpsize = 22M #--------------------------------------------------------------------- [depends] gtkcore:forward libcheck libevdev libgudev:forward libwacom:forward #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD for pkg in gtkcore libgudev libwacom do D=$PRODTREE/$pkg/lib if [ -d $D ]; then . srcpkgpaths $pkg; fi done if [ -f $PRODTREE/libwacom/lib/libwacom.so ]; then WAFLAG=true else WAFLAG=false fi rm -fr lacobj && mkdir lacobj && cd lacobj # meson setup \ -D prefix=$PP \ -D debug-gui=false \ -D documentation=false \ -D libwacom=$WAFLAG #--------------------------------------------------------------------- [build] for pkg in gtkcore libgudev libwacom do D=$PRODTREE/$pkg if [ -d $D ]; then . srcpkgpaths $pkg; fi done cd lacobj && ninja_simple_build #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = https://www.freedesktop.org/software/\ libinput/libinput-1.18.2.tar.xz #--------------------------------------------------------------------- [history] 230402 Updated from 1.16.4 to 1.16.5 250701 Updated to 1.18.2