# $Id$ PNAME="libinput" PVER="1.10.5" PBUILD="r1" PCAT="x11-libs" DESCRIPTION="Library to handle input devices." HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" DEPEND=">= virtual/glibc >= sys-fs/libudev-230 >= sys-libs/mtdev-1.1 >= sys-libs/libunwind-1.1 >= x11-libs/libevdev-1.5 >= x11-libs/libwacom-0.24 >= x11-libs/cairo-1.14" SDEPEND=">= dev-util/check-0.10" SRCFILE="${PNAME}-${PVER}.tar.xz" msetfeature "!check" sminclude xorg multilib meson SRC_URI=( http://www.freedesktop.org/software/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz" src_compile() { # do not install the debug gui meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) $(meson_opt tests false) || die }