From: Chí-Thanh Christopher Nguyễn Date: Sun, 24 Apr 2016 21:04:09 +0000 (+0200) Subject: x11-drivers/xf86-input-libinput: check for CONFIG_TIMERFD X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1db0237eeef3f51ded7202a7750da0c2fea48ec8;p=gentoo.git 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 --- 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 +}