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/base/make.defaults | |
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/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 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 |