commit: d3ac878318dd96a88190a13b5ac7572ec0c56380 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Jan 20 17:51:39 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 17:52:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ac8783
profiles: Switch default INPUT_DEVICES to libinput on Linux. Bug: https://bugs.gentoo.org/601132 profiles/default/linux/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index e189f2b..d8fa18d 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -36,9 +36,9 @@ USE="${USE} dri" # on glibc system you cannot turn it off USE="${USE} iconv" -# 2006/06/30 - Donnie Berkholz <[email protected]> +# 2017/01/17 - Matt Turner <[email protected]> # Sane defaults for input drivers -INPUT_DEVICES="keyboard mouse evdev" +INPUT_DEVICES="libinput" # 2006/08/18 - Donnie Berkholz <[email protected]> # Lowest common denominator defaults for video drivers,
