diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-05-04 22:38:59 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-05-04 22:38:59 +0200 |
commit | 03a84260be2215a1f9142518306f4700a43bf927 (patch) | |
tree | 00da6650f7bf98c864f629ef0cd1eeaa3f321fd9 /profiles | |
parent | media-plugins/gst-plugins-opencv: remove old (diff) | |
download | gentoo-03a84260be2215a1f9142518306f4700a43bf927.tar.gz gentoo-03a84260be2215a1f9142518306f4700a43bf927.tar.bz2 gentoo-03a84260be2215a1f9142518306f4700a43bf927.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desc/input_devices.desc | 2 | ||||
-rw-r--r-- | 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 cf27a009b57c..61745b0802d6 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 1077d4bbdb1b..b41f5c66a7ac 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 d7d601e655c9..2e7b33ab0d1d 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" |