summarylogtreecommitdiffstats
path: root/build_drop_catchsegv_meson_dependency.patch
diff options
context:
space:
mode:
authorignapk2022-02-16 00:26:20 +0100
committerignapk2022-02-16 00:27:19 +0100
commit42457373e84eb697f174f9deb5ebd1c0019ace22 (patch)
tree1232a6e2ae73d0e1d89ad7b94267dd2d8ee3d375 /build_drop_catchsegv_meson_dependency.patch
parent99e7e644115ea06cf10b1b60ad694e196cb141c5 (diff)
downloadaur-42457373e84eb697f174f9deb5ebd1c0019ace22.tar.gz
add build_drop_catchsegv_meson_dependency.patch to patches
Diffstat (limited to 'build_drop_catchsegv_meson_dependency.patch')
-rw-r--r--build_drop_catchsegv_meson_dependency.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/build_drop_catchsegv_meson_dependency.patch b/build_drop_catchsegv_meson_dependency.patch
new file mode 100644
index 000000000000..dba3163bb980
--- /dev/null
+++ b/build_drop_catchsegv_meson_dependency.patch
@@ -0,0 +1,12 @@
+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,