mutter/patches/debian/meson-Do-not-mark-CI-test-tools-as-required.patch

23 lines
592 B
Diff
Raw Normal View History

2024-08-13 17:22:25 +02:00
From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= <mail@3v1n0.net>
Date: Fri, 18 Feb 2022 01:16:20 +0100
Subject: meson: Do not mark CI test tools as required
This way we can mark them as nocheck without build issues.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index e29c500..c72be33 100644
--- a/meson.build
+++ b/meson.build
@@ -422,7 +422,7 @@ if have_tests
add_test_setup('plain')
- xvfb = find_program('xvfb-run')
+ xvfb = find_program('xvfb-run', required: false)
xvfb_args = [
'-a',
'-s',