]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libinput: upgrade 1.26.2 -> 1.27.0
authorWang Mingyu <wangmy@fujitsu.com>
Thu, 28 Nov 2024 00:13:12 +0000 (08:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2024 11:12:48 +0000 (11:12 +0000)
Changelog:
 https://gitlab.freedesktop.org/libinput/libinput/-/releases

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>
meta/recipes-graphics/wayland/libinput_1.27.0.bb [moved from meta/recipes-graphics/wayland/libinput_1.26.2.bb with 95% similarity]

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 6a96b0e14a1a0b5dac3578e3010854cc7c475f9d..74705fa35fb83d8ff635bbf0b9edb6893548ba8a 100644 (file)
@@ -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<pver>\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`"