0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-13 09:43:10 +00:00
Files
termux-packages/x11-packages/libxkbcommon/disable_tests.patch
Biswapriyo Nath 295a642ee5 bump(x11/libxkbcommon): 1.9.0
Patch tests summary in the meson.build because tests are disabled.
636b8b976f
2025-04-27 10:07:57 +05:30

28 lines
569 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -666,6 +666,8 @@
output: 'xkeyboard-config-test',
configuration: xkct_config)
+if false
+
# Tests
test_env = environment()
test_env.set('XKB_LOG_LEVEL', 'debug')
@@ -1107,6 +1109,7 @@
)
endif
+endif
# Documentation.
if get_option('enable-docs')
@@ -1227,7 +1230,4 @@
'rules': get_option('default-rules'),
'variant': get_option('default-variant'),
}, section: 'Defaults')
- summary({
- 'merge-modes': has_merge_modes_tests,
- }, section: 'Tests')
endif