aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2020-02-23 18:51:48 +0800
committerzeising <zeising@FreeBSD.org>2020-02-23 18:51:48 +0800
commit2e48539303a28af39de246a69b053d3dd903e7c9 (patch)
tree8218e2358af28a305af450dd02891b201bdd6b47
parent234b7254293befa6f70b0a6b742c7e174053df40 (diff)
downloadfreebsd-ports-gnome-2e48539303a28af39de246a69b053d3dd903e7c9.tar.gz
freebsd-ports-gnome-2e48539303a28af39de246a69b053d3dd903e7c9.tar.zst
freebsd-ports-gnome-2e48539303a28af39de246a69b053d3dd903e7c9.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.
-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