xf86-input-mouse: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Apr 21 20:16:33 UTC 2025
README | 56 +++++--------
configure.ac | 2
src/Makefile.am | 2
src/lnx_mouse.c | 227 --------------------------------------------------------
4 files changed, 23 insertions(+), 264 deletions(-)
New commits:
commit d719d0588c580ac0ffb8546e864c05c521b1ab9d
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Tue Mar 4 13:12:27 2025 +0100
drop Linux support
Since the standard API on Linux is evdev (and we've got evdev and
libinput drivers for that), there's probably no need for using this
driver on Linux anymore. So, we can drop Linux support here.
Making the build fail on Linux, similar to xf86-input-keyboard.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/merge_requests/19>
More information about the xorg-commit
mailing list