Install this version:
emerge -a =x11-drivers/xf86-input-mtrack-0.5.0
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vcs-snapshot
DESCRIPTION="Xorg Driver for Multitouch Trackpads"
HOMEPAGE="https://github.com/p2rkw/xf86-input-mtrack"
SRC_URI="https://github.com/p2rkw/xf86-input-mtrack/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
RDEPEND="
>=sys-libs/mtdev-1.0
x11-base/xorg-server:="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
src_configure() {
econf $(use_enable debug)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
elog
elog "To enable multitouch support add the following lines"
elog "to your xorg.conf:"
elog
elog "Section \"InputClass\""
elog " MatchIsTouchpad \"true\""
elog " Identifier \"Touchpads\""
elog " Driver \"mtrack\""
elog "EndSection"
elog
}
Manage flags for this package:
euse -i <flag> -p x11-drivers/xf86-input-mtrack |
euse -E <flag> -p x11-drivers/xf86-input-mtrack |
euse -D <flag> -p x11-drivers/xf86-input-mtrack
>=sys-libs/mtdev-1.0 x11-base/xorg-server:= x11-base/xorg-proto
>=sys-libs/mtdev-1.0 x11-base/xorg-server:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xf86-input-mtrack-0.5.0.tar.gz | 392992 bytes | https://github.com/p2rkw/xf86-input-mtrack/archive/v0.5.0.tar.gz |