2023-07-20 15:28:51 +00:00
|
|
|
diff --git a/meson.build b/meson.build
|
2023-10-09 22:35:50 +00:00
|
|
|
index eaef4fb..1e31558 100644
|
2023-07-20 15:28:51 +00:00
|
|
|
--- a/meson.build
|
|
|
|
+++ b/meson.build
|
2023-10-09 22:35:50 +00:00
|
|
|
@@ -748,18 +748,6 @@ test(
|
|
|
|
dependencies: test_dep),
|
2023-07-20 15:28:51 +00:00
|
|
|
env: test_env,
|
|
|
|
)
|
|
|
|
-if get_option('enable-x11')
|
|
|
|
- test(
|
|
|
|
- 'x11',
|
|
|
|
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
|
|
|
|
- env: test_env,
|
|
|
|
- )
|
2023-10-09 22:35:50 +00:00
|
|
|
- test(
|
|
|
|
- 'x11comp',
|
|
|
|
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
|
|
|
|
- env: test_env,
|
|
|
|
- )
|
2023-07-20 15:28:51 +00:00
|
|
|
-endif
|
|
|
|
if get_option('enable-xkbregistry')
|
|
|
|
test(
|
|
|
|
'registry',
|
2023-10-09 22:35:50 +00:00
|
|
|
@@ -844,13 +832,6 @@ benchmark(
|
2023-07-20 15:28:51 +00:00
|
|
|
executable('bench-atom', 'bench/atom.c', dependencies: test_dep),
|
|
|
|
env: bench_env,
|
|
|
|
)
|
|
|
|
-if get_option('enable-x11')
|
|
|
|
- benchmark(
|
|
|
|
- 'x11',
|
|
|
|
- executable('bench-x11', 'bench/x11.c', dependencies: x11_test_dep),
|
|
|
|
- env: bench_env,
|
|
|
|
- )
|
|
|
|
-endif
|
|
|
|
|
|
|
|
|
|
|
|
# Documentation.
|