Minor quirk fixes. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.31.2
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 cdf8b1c74..5ab6c9db8 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput # # Paths and names # -LIBINPUT_VERSION := 1.31.1 -LIBINPUT_SHA256 := e010b02021b8fe9f3e696a4a2059c0243f0c90f2f9d4bcf4c88d2f9613c52b0b +LIBINPUT_VERSION := 1.31.2 +LIBINPUT_SHA256 := 507a40b8a74568ed7c2bd05acf2e15ee3d9f4703102dca86d4f6a804e73bf1f6 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
