From 8517adafdaf3bfdcf6467e80e347b24cd154b406 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 28 Nov 2024 08:13:12 +0800 Subject: [PATCH] libinput: upgrade 1.26.2 -> 1.27.0 Changelog: https://gitlab.freedesktop.org/libinput/libinput/-/releases Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../wayland/{libinput_1.26.2.bb => libinput_1.27.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.26.2.bb => libinput_1.27.0.bb} (95%) diff --git a/meta/recipes-graphics/wayland/libinput_1.26.2.bb b/meta/recipes-graphics/wayland/libinput_1.27.0.bb similarity index 95% rename from meta/recipes-graphics/wayland/libinput_1.26.2.bb rename to meta/recipes-graphics/wayland/libinput_1.27.0.bb index 6a96b0e14a1..74705fa35fb 100644 --- a/meta/recipes-graphics/wayland/libinput_1.26.2.bb +++ b/meta/recipes-graphics/wayland/libinput_1.27.0.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 = "3402f380019dc4f882e1d8627029607aca3f4be6" +SRCREV = "64d1f198fb2764dfb852a19becaf6f7f097fce2c" S = "${WORKDIR}/git" UPSTREAM_CHECK_REGEX = "libinput-(?P\d+\.\d+\.(?!9\d+)\d+)" @@ -33,7 +33,7 @@ do_configure:append() { PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom" PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3 wayland-native" -PACKAGECONFIG[tests] = "-Dtests=true -Dinstall-tests=true,-Dtests=false -Dinstall-tests=false,libcheck" +PACKAGECONFIG[tests] = "-Dtests=true -Dinstall-tests=true,-Dtests=false -Dinstall-tests=false" UDEVDIR = "`pkg-config --variable=udevdir udev`" -- 2.47.3