aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxkbcommon/disable-test.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libxkbcommon/disable-test.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libxkbcommon/disable-test.patch')
-rw-r--r--vcpkg/ports/libxkbcommon/disable-test.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libxkbcommon/disable-test.patch b/vcpkg/ports/libxkbcommon/disable-test.patch
new file mode 100644
index 0000000..eceb06b
--- /dev/null
+++ b/vcpkg/ports/libxkbcommon/disable-test.patch
@@ -0,0 +1,20 @@
+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.