# $Id$ PNAME="xf86-input-mouse" PVER="1.9.3" PBUILD="r2" PCAT="x11-drivers" DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices." HOMEPAGE="http://xorg.freedesktop.org" DEPEND="== virtual/X-ABI-XINPUT-24.1" sminclude xorg src_compile() { cd ${SRCDIR} # fix build with gcc-8.1 xorg_src_configure --disable-selective-werror || die mmake || die }