From a72c963b12d209f95a5c7c413956eb5e413f0bb9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:10 +0800 Subject: [PATCH] libinput: upgrade 1.26.1 -> 1.26.2 Changelog: =========== - tablet: Remove unnecessary scale factor on REL_HWHEEL_HI_RES - quirks: add quirk for Minisforum V3 touchpad dwt - quirks: add quirk for the Minisforum V3 volume keys - quirks: add quirk for the LG gram 14 2023 Touchpad - doc/user: document ModelTouchpadPhantomClicks quirk - Fix typo in documentation comment Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../wayland/{libinput_1.26.1.bb => libinput_1.26.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{libinput_1.26.1.bb => libinput_1.26.2.bb} (97%) diff --git a/meta/recipes-graphics/wayland/libinput_1.26.1.bb b/meta/recipes-graphics/wayland/libinput_1.26.2.bb similarity index 97% rename from meta/recipes-graphics/wayland/libinput_1.26.1.bb rename to meta/recipes-graphics/wayland/libinput_1.26.2.bb index 487270505a8..6a96b0e14a1 100644 --- a/meta/recipes-graphics/wayland/libinput_1.26.1.bb +++ b/meta/recipes-graphics/wayland/libinput_1.26.2.bb @@ -15,7 +15,7 @@ DEPENDS = "libevdev udev mtdev" SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ file://run-ptest \ " -SRCREV = "124431a5d3186e1c3c3aa144a0634b84b3089486" +SRCREV = "3402f380019dc4f882e1d8627029607aca3f4be6" S = "${WORKDIR}/git" UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)" -- 2.47.3