about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxkbcommon/disable-x11com.patch
blob: fb5c8458b5dd1cffd17d39979aef4ce4c97d1237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
On nixpkgs /tmp/.X11-unix is not compatible with Xvfb requirement and the
test fails.
--- a/meson.build
+++ b/meson.build
@@ -775,12 +775,6 @@ if get_option('enable-x11')
         env: test_env,
         is_parallel : false,
     )
-    test(
-        'x11comp',
-        executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
-        env: test_env,
-        is_parallel : false,
-    )
 endif
 if get_option('enable-xkbregistry')
     test(