diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-28 08:13:12 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-03 11:21:34 +0000 |
| commit | 7ac5fdc83706f8cf8a369509057267f9e2619e20 (patch) | |
| tree | de2728f7e34e7b5d25ef5e588d26bcc55f5f7331 | |
| parent | e11cf39bf9e1282d00a1f1389e402520c997bdcb (diff) | |
| download | poky-7ac5fdc83706f8cf8a369509057267f9e2619e20.tar.gz | |
libinput: upgrade 1.26.2 -> 1.27.0
Changelog:
https://gitlab.freedesktop.org/libinput/libinput/-/releases
(From OE-Core rev: 8517adafdaf3bfdcf6467e80e347b24cd154b406)
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>
| -rw-r--r-- | meta/recipes-graphics/wayland/libinput_1.27.0.bb (renamed from meta/recipes-graphics/wayland/libinput_1.26.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_1.26.2.bb b/meta/recipes-graphics/wayland/libinput_1.27.0.bb index 6a96b0e14a..74705fa35f 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" | |||
| 15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ | 15 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | SRCREV = "3402f380019dc4f882e1d8627029607aca3f4be6" | 18 | SRCREV = "64d1f198fb2764dfb852a19becaf6f7f097fce2c" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | 21 | UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |
| @@ -33,7 +33,7 @@ do_configure:append() { | |||
| 33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 33 | PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
| 34 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom" | 34 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom" |
| 35 | PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3 wayland-native" | 35 | PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3 wayland-native" |
| 36 | PACKAGECONFIG[tests] = "-Dtests=true -Dinstall-tests=true,-Dtests=false -Dinstall-tests=false,libcheck" | 36 | PACKAGECONFIG[tests] = "-Dtests=true -Dinstall-tests=true,-Dtests=false -Dinstall-tests=false" |
| 37 | 37 | ||
| 38 | UDEVDIR = "`pkg-config --variable=udevdir udev`" | 38 | UDEVDIR = "`pkg-config --variable=udevdir udev`" |
| 39 | 39 | ||
