3 finger "swipe" + a bunch of other stuff. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.31.0 https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.30.901
Signed-off-by: Christian Melki <[email protected]> --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index 40257adf7..109b7f7d0 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput # # Paths and names # -LIBINPUT_VERSION := 1.30.1 -LIBINPUT_MD5 := f23d9ed94d3def26e82271d15f54a74a +LIBINPUT_VERSION := 1.31.0 +LIBINPUT_MD5 := e7ab3c744fa3092d31a3c4eb03c15ea1 LIBINPUT := libinput-$(LIBINPUT_VERSION) LIBINPUT_SUFFIX := tar.gz LIBINPUT_URL := https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX) -- 2.43.0
