commit: 1db0237eeef3f51ded7202a7750da0c2fea48ec8 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 21:04:09 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 21:06:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db0237e
x11-drivers/xf86-input-libinput: check for CONFIG_TIMERFD Bug: https://bugs.gentoo.org/show_bug.cgi?id=565552 Package-Manager: portage-2.2.26 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild index f87e480..2d48e34 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit xorg-2 +inherit linux-info xorg-2 DESCRIPTION="X.org input driver based on libinput" @@ -15,3 +15,8 @@ RDEPEND=">=dev-libs/libinput-1.2.0:0=" DEPEND="${RDEPEND}" DOCS=( "README.md" "conf/90-libinput.conf" ) + +pkg_pretend() { + CONFIG_CHECK="~TIMERFD" + check_extra_config +}
