From 1db0237eeef3f51ded7202a7750da0c2fea48ec8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ch=C3=AD-Thanh=20Christopher=20Nguy=E1=BB=85n?= Date: Sun, 24 Apr 2016 23:04:09 +0200 Subject: [PATCH] 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 --- .../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 f87e480f668b..2d48e343fe75 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 +} -- 2.26.2