Minor fixes. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.29.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 0cda269b2..f8e74ad41 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput # # Paths and names # -LIBINPUT_VERSION := 1.29.1 -LIBINPUT_MD5 := 3ea65406642e0b1c64301c8ca75b696e +LIBINPUT_VERSION := 1.29.2 +LIBINPUT_MD5 := c0caf71d5ad9cd2258474824abad81db 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
