mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
21 lines
467 B
Diff
21 lines
467 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 2de4ee9..bb53561 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -601,6 +601,7 @@ configure_file(input: 'test/xkeyboard-config-test.py.in',
|
|
configuration: xkct_config)
|
|
|
|
# Tests
|
|
+if false
|
|
test_env = environment()
|
|
test_env.set('XKB_LOG_LEVEL', 'debug')
|
|
test_env.set('XKB_LOG_VERBOSITY', '10')
|
|
@@ -873,6 +874,7 @@ if get_option('enable-x11')
|
|
env: bench_env,
|
|
)
|
|
endif
|
|
+endif
|
|
|
|
|
|
# Documentation.
|