5c370c0b2a
GitOrigin-RevId: 33d1e753c82ffc557b4a585c77de43d4c922ebb5
17 lines
462 B
Diff
17 lines
462 B
Diff
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(
|