summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-20 09:51:39 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-20 09:52:39 -0800
commitd3ac878318dd96a88190a13b5ac7572ec0c56380 (patch)
treed6a64f1521f244230d27e3ac637b1b9ef537ecdb /profiles
parentdev-libs/libinput: Remove old (diff)
downloadgentoo-d3ac878318dd96a88190a13b5ac7572ec0c56380.tar.gz
gentoo-d3ac878318dd96a88190a13b5ac7572ec0c56380.tar.bz2
gentoo-d3ac878318dd96a88190a13b5ac7572ec0c56380.zip
profiles: Switch default INPUT_DEVICES to libinput on Linux.
Bug: https://bugs.gentoo.org/601132
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/linux/make.defaults4
1 files 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 <dberkholz@gentoo.org>
+# 2017/01/17 - Matt Turner <mattst88@gentoo.org>
# Sane defaults for input drivers
-INPUT_DEVICES="keyboard mouse evdev"
+INPUT_DEVICES="libinput"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Lowest common denominator defaults for video drivers,