| Commit message (Collapse) | Author | Files | Lines |
|
Update x11/libinput to 1.6.1
Changelogs:
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html
PR: 249553
Reported by: jbeich (similar patch)
Obtained from: FreeBSD Graphics Team git repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
|
|
Update libinput to 1.12.6.
This is the last remaining piece to bring us basically up to date with
upstream input stack.
PR: 222905
Reported by: Greg V (original version)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Tested by: tcberner (kde@), andrnils@gmail.com
Sponsored by: B3 Init (zeising)
|
|
Fix a crash in x11/libinput when listing devices with libinput list-devices.
This is done by removing an old patch previously used to work arond
permission issues with /dev/input/*
PR: 234638
Reported by: Jan Beich
Fix from: Greg V
Reviewed by: Greg V
MFH: 2019Q1
|
|
Update x11/libinput to 1.11.3.
Switch to use the meson build system.
This adds a runtime dependency on python, since a bunch of libinput tools
uses python.
libinput tools, such as libinput-list-devices are now accessed through
bin/libinput.
Make wacom dependency an option (default to on). Make the gui tool
installation an option, default it to off.
Add upstream patches to detect epoll-shim, to work around issues with our
input.h headers, and to work around our lack of the versionsort() libc
function.
Remove old no longer needed patches.
PR: 222905 (based on)
Submitted by: Greg V
Obtained from: FreeBSD Graphics Team Development Repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
|
|
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9542
|