profiles: removal of keyboard and mouse INPUT_DEVICES defaults.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 4 May 2020 20:38:59 +0000 (22:38 +0200)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 4 May 2020 20:38:59 +0000 (22:38 +0200)
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@gentoo.org>
profiles/base/make.defaults
profiles/desc/input_devices.desc
profiles/embedded/make.defaults

index cf27a009b57c798cf99e32284e1e97f6b3eac354..61745b0802d69b78a2e5061a8843d780630ec918 100644 (file)
@@ -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
index 1077d4bbdb1b79f8f60015384937f55575e1f0f6..b41f5c66a7ac19e0cfac139dd0497f21084ee1d5 100644 (file)
@@ -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
index d7d601e655c99eb67bc75a6e8cb5d4921be6d70a..2e7b33ab0d1df9d9f9d10ca2732420e9f2f3134a 100644 (file)
@@ -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"