mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 09:57:46 +00:00
37 lines
888 B
Diff
37 lines
888 B
Diff
diff --git a/meson.build b/meson.build
|
|
index eaef4fb..1e31558 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -748,18 +748,6 @@ test(
|
|
dependencies: test_dep),
|
|
env: test_env,
|
|
)
|
|
-if get_option('enable-x11')
|
|
- test(
|
|
- 'x11',
|
|
- executable('test-x11', 'test/x11.c', dependencies: x11_test_dep),
|
|
- env: test_env,
|
|
- )
|
|
- test(
|
|
- 'x11comp',
|
|
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
|
|
- env: test_env,
|
|
- )
|
|
-endif
|
|
if get_option('enable-xkbregistry')
|
|
test(
|
|
'registry',
|
|
@@ -844,13 +832,6 @@ benchmark(
|
|
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.
|