From 771cada8211ce02b6ab990ff61aa71fcfc608490 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 16 Dec 2025 11:02:21 +0100 Subject: [PATCH] README.md: fix URLs Signed-off-by: Enrico Weigelt, metux IT consult --- README.md | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1923fa8..a671388 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ xf86-input-libinput - a libinput-based X driver =============================================== The official repository for this driver is -https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput + + https://github.com/X11Libre/xf86-input-evdev This is an X driver based on libinput. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little @@ -12,19 +13,6 @@ beyond. usable input devices in your X session. Use with caution.*** -Prerequisites -------------- - -To build, you'll need the X.Org X server SDK (check your distribution for a -xorg-x11-server-devel package or similar) and libinput (check your -distribution for libinput-devel or similar). - -To get libinput from source, see: -https://www.freedesktop.org/wiki/Software/libinput/ - -To build the X server from source: -https://www.x.org/wiki/Building_the_X_Window_System/ - Building -------- @@ -43,13 +31,3 @@ Install the default configuration file: cp conf/99-libinput.conf /etc/X11/xorg.conf.d/ This will assign this driver to *all* devices. Use with caution. - - -Bugs ----- - -Bugs in libinput go to the Issues section of the libinput gitlab project: -https://gitlab.freedesktop.org/libinput/libinput/issues - -Bugs in this driver go to the Issues section of its gitlab project: -https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues