aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-02-23 10:51:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-02-23 10:51:48 +0000
commit1f47c5f9ad9b4b8c25269fcebf043da8f6907914 (patch)
tree8218e2358af28a305af450dd02891b201bdd6b47 /UPDATING
parent36b495a1bcf9a496d29acef0639abc1a955fbaf9 (diff)
downloadports-1f47c5f9ad9b4b8c25269fcebf043da8f6907914.tar.gz
ports-1f47c5f9ad9b4b8c25269fcebf043da8f6907914.zip
UPDATING: improve xorg-server entry
Improve the xorg-server entry a bit, add a note about needing xf86-input-libinput and x11/libinput, since they seem to not always be installed when people have custom configs or options.
Notes
Notes: svn path=/head/; revision=526915
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index db524be3cac2..4272fbdc8faa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ you update your ports collection, before attempting any port upgrades.
The HAL backend option has been completely removed, as it was deprecated.
+ If you have problems with input devices, ensure that both x11/libinput and
+ x11-drivers/xf86-input-libinput are installed. They are installed in the
+ default configuration, but if you have a custom configuration, they might not
+ be.
+
20200207:
AFFECTS: users of security/nss
AUTHOR: lwhsu@FreeBSD.org