diff options
author | 2016-12-12 22:15:33 +0100 | |
---|---|---|
committer | 2016-12-12 22:15:33 +0100 | |
commit | ccb5c3bb05dd2eb8e0a8ca7e97ce9450120aa861 (patch) | |
tree | 88cb6c93dce7e972dce946db6e5bbceb0b1b86b4 /x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild | |
parent | media-video/motiontrack: Remove old (diff) | |
download | gentoo-ccb5c3bb05dd2eb8e0a8ca7e97ce9450120aa861.tar.gz gentoo-ccb5c3bb05dd2eb8e0a8ca7e97ce9450120aa861.tar.bz2 gentoo-ccb5c3bb05dd2eb8e0a8ca7e97ce9450120aa861.zip |
x11-drivers/xf86-input-libinput: Version bump to 0.23.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild new file mode 100644 index 000000000000..0c8c82049148 --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit linux-info xorg-2 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/libinput-1.5.0:0=" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "conf/40-libinput.conf" ) + +pkg_pretend() { + CONFIG_CHECK="~TIMERFD" + check_extra_config +} |