x11-drivers/xf86-input-libinput: check for CONFIG_TIMERFD
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 24 Apr 2016 21:04:09 +0000 (23:04 +0200)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 24 Apr 2016 21:06:06 +0000 (23:06 +0200)
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

index f87e480f668becf0b1922f5cf71b5c767a804688..2d48e343fe75ad83b10dfc54928726ef03e7128a 100644 (file)
@@ -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
+}