# 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 libevdev libgudev:forward libwacom:forward #--------------------------------------------------------------------- [configure] PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD for pkg in libgudev libwacom do D=$PRODTREE/$pkg if [ -d $D ]; then . srcpkgpaths $pkg; fi done if [ -f $PRODTREE/libwacom/lib/libwacom.so ]; then WAFLAG=true else WAFLAG=false fi if [ -d $PRODTREE/gtkcore ]; then . srcpkgpaths gtkcore fi rm -fr build mkdir build meson build \ -D prefix=$PP \ -D debug-gui=false \ -D documentation=false \ -D libwacom=$WAFLAG cd build if [ \! -f build.ninja ]; then exit 1; fi meson configure #--------------------------------------------------------------------- [build] for pkg in libgudev libwacom do D=$PRODTREE/$pkg if [ -d $D ]; then . srcpkgpaths $pkg; fi done cd build 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.16.5.tar.xz #--------------------------------------------------------------------- [history] 230402 Updated from 1.16.4 to 1.16.5