summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-12 17:24:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:02 +0000
commit944897dc66dfda3566d5208af900beb4d8fd8bdb (patch)
tree7c8c3efa6f7afcb077425ad6fcb843cc1e2b26a0 /meta/recipes-graphics/wayland
parent48278246bbd97f93285130a9ecc9196d4eb3e08e (diff)
downloadpoky-944897dc66dfda3566d5208af900beb4d8fd8bdb.tar.gz
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 (From OE-Core rev: a72c963b12d209f95a5c7c413956eb5e413f0bb9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/libinput_1.26.2.bb (renamed from meta/recipes-graphics/wayland/libinput_1.26.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.26.1.bb b/meta/recipes-graphics/wayland/libinput_1.26.2.bb
index 487270505a..6a96b0e14a 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"
15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ 15SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \
16 file://run-ptest \ 16 file://run-ptest \
17 " 17 "
18SRCREV = "124431a5d3186e1c3c3aa144a0634b84b3089486" 18SRCREV = "3402f380019dc4f882e1d8627029607aca3f4be6"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 21UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"