summarylogtreecommitdiffstats
path: root/build_drop_catchsegv_meson_dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build_drop_catchsegv_meson_dependency.patch')
-rw-r--r--build_drop_catchsegv_meson_dependency.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/build_drop_catchsegv_meson_dependency.patch b/build_drop_catchsegv_meson_dependency.patch
deleted file mode 100644
index dba3163bb980..000000000000
--- a/build_drop_catchsegv_meson_dependency.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 5041755492a662c8f78837ee211f73ffa8e26c11..dc7b16361afdff09abc2da3b218da6e6f7947034 100644
---- a/meson.build
-+++ b/meson.build
-@@ -333,7 +333,6 @@ if have_tests
- ],
- exe_wrapper: [
- default_test_wrappers,
-- find_program('catchsegv'),
- find_program('xvfb-run'), '-a', '-s', '+iglx -noreset',
- ],
- timeout_multiplier: 10,