commit: 03a84260be2215a1f9142518306f4700a43bf927
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 20:38:59 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon May 4 20:38:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a84260
profiles: removal of keyboard and mouse INPUT_DEVICES defaults.
profiles/base/make.defaults: replaced with libinput
profiles/embedded/make.defaults: removed, evdev left.
profiles/desc/input_devices.desc: removed descriptions.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
profiles/base/make.defaults | 2 +-
profiles/desc/input_devices.desc | 2 --
profiles/embedded/make.defaults | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index cf27a009b57..61745b0802d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -50,7 +50,7 @@ PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ELIBC
IUSE_IMPLICIT KERNEL USE
ELIBC="glibc"
KERNEL="linux"
USERLAND="GNU"
-INPUT_DEVICES="keyboard mouse"
+INPUT_DEVICES="libinput"
# Accept only licenses in the FREE license group, i.e., with
# the freedom to use, share, modify and share modifications
diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
index 1077d4bbdb1..b41f5c66a7a 100644
--- a/profiles/desc/input_devices.desc
+++ b/profiles/desc/input_devices.desc
@@ -8,9 +8,7 @@
elographics - INPUT_DEVICES setting to build driver for elographics input
devices
evdev - INPUT_DEVICES setting to build driver for evdev input devices
joystick - INPUT_DEVICES setting to build driver for joystick input devices
-keyboard - INPUT_DEVICES setting to build driver for keyboard input devices
libinput - INPUT_DEVICES setting to build driver for libinput input devices
-mouse - INPUT_DEVICES setting to build driver for mouse input devices
roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input
devices
roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input
devices
roccat_iskufx - INPUT_DEVICES setting to build driver for Roccat Isku Fx input
devices
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index d7d601e655c..2e7b33ab0d1 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -13,7 +13,7 @@ EBEEP_IGNORE="1"
PORTAGE_WORKDIR_MODE="2775"
PORTAGE_ECLASS_WARNING_ENABLE="0"
-INPUT_DEVICES="evdev mouse keyboard"
+INPUT_DEVICES="evdev"
VIDEO_CARDS="fbdev"
KERNEL="linux"
USERLAND="GNU"