From d3ac878318dd96a88190a13b5ac7572ec0c56380 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 20 Jan 2017 09:51:39 -0800 Subject: [PATCH] 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 e189f2b757fa..d8fa18df3edc 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 +# 2017/01/17 - Matt Turner # Sane defaults for input drivers -INPUT_DEVICES="keyboard mouse evdev" +INPUT_DEVICES="libinput" # 2006/08/18 - Donnie Berkholz # Lowest common denominator defaults for video drivers, -- 2.26.2