Hi, The diff below updates libinput-openbsd to the recent commits I did on github, in order to support disabling / enabling a device. This in turn will allow Wayland compositors running under the control of seatd to support VT switches (the update to seatd 0.8.0p0 in the next mail is needed too), unblocking the way for suspend/resume.
comments, oks ? diff --git a/wayland/libinput-openbsd/Makefile b/wayland/libinput-openbsd/Makefile index 23c22d10944..4ef37e663dc 100644 --- a/wayland/libinput-openbsd/Makefile +++ b/wayland/libinput-openbsd/Makefile @@ -22,10 +22,10 @@ CATEGORIES = x11 wayland GH_ACCOUNT = sizeofvoid GH_PROJECT = libopeninput -GH_COMMIT = ba8406afbc815993b01c00c52f5e9eadb43db8e3 +GH_COMMIT = 4e305ac3dcc07f3e39cfc30b7c041bf6900b7812 DISTNAME = libinput-openbsd-1.24.0 -REVISION = 3 +REVISION = 4 SHARED_LIBS = input 0.0 diff --git a/wayland/libinput-openbsd/distinfo b/wayland/libinput-openbsd/distinfo index 79fd6d7dbb3..3c7057dfc3a 100644 --- a/wayland/libinput-openbsd/distinfo +++ b/wayland/libinput-openbsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (libinput-openbsd-1.24.0-ba8406af.tar.gz) = CudoT3g0cXKdZepvx5n8ZiA6Sm50iXKK3qeqpqPkoc4= -SIZE (libinput-openbsd-1.24.0-ba8406af.tar.gz) = 1039095 +SHA256 (libinput-openbsd-1.24.0-4e305ac3.tar.gz) = xuXMn0m3mW29xOmWsdHt/Scc85PmS3VS44FdsfCUrI8= +SIZE (libinput-openbsd-1.24.0-4e305ac3.tar.gz) = 1039113 -- Matthieu Herrb