diff options
author | zeising <zeising@FreeBSD.org> | 2020-02-23 18:51:48 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2020-02-23 18:51:48 +0800 |
commit | 2e48539303a28af39de246a69b053d3dd903e7c9 (patch) | |
tree | 8218e2358af28a305af450dd02891b201bdd6b47 | |
parent | 234b7254293befa6f70b0a6b742c7e174053df40 (diff) | |
download | freebsd-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-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |