openxray: 2188-november-2023-rc1 -> 2921-january-2025-rc1 (#375925)
[NixPkgs.git] / pkgs / by-name / li / libxkbcommon_8 / disable-x11com.patch
blobfb5c8458b5dd1cffd17d39979aef4ce4c97d1237
1 On nixpkgs /tmp/.X11-unix is not compatible with Xvfb requirement and the
2 test fails.
3 --- a/meson.build
4 +++ b/meson.build
5 @@ -775,12 +775,6 @@ if get_option('enable-x11')
6 env: test_env,
7 is_parallel : false,
9 - test(
10 - 'x11comp',
11 - executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
12 - env: test_env,
13 - is_parallel : false,
14 - )
15 endif
16 if get_option('enable-xkbregistry')
17 test(