mirror of
https://github.com/openwrt/video.git
synced 2026-05-31 06:51:54 +08:00
5ecb069cd4
Bump from 1.10.0 to current upstream stable. Link: https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.13.1/NEWS.md Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
496 B
Diff
12 lines
496 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1055,7 +1055,7 @@ test(
|
|
pymod = import('python')
|
|
python = pymod.find_installation('python3', modules: ['jinja2'], required: false)
|
|
has_merge_modes_tests = python.found() and python.language_version().version_compare('>=3.11')
|
|
-if has_merge_modes_tests
|
|
+if false
|
|
script = find_program('scripts/update-merge-modes-tests.py')
|
|
merge_modes_tests = [meson.project_name()]
|
|
# NOTE: The following tests deal with third-party XKB compilers and are
|