mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
16 lines
499 B
Diff
16 lines
499 B
Diff
Description: meson 0.58 starts checking for commands that are declared. The
|
|
run_all_tests.sh script is nowhere to be found, so just remove that.
|
|
Upstream: no
|
|
diff --git a/meson.build b/meson.build
|
|
index 00f96aa..41a3fe9 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -454,8 +454,6 @@ if check.found()
|
|
endif
|
|
|
|
|
|
-run_target('test-x', command: [ 'test/run_all_tests.sh' ], depends: [ rofi ])
|
|
-
|
|
uncrustify = find_program('uncrustify', required: false)
|
|
if uncrustify.found()
|
|
run_target('indent',
|