ports/x11/pixman/files/patch-test_meson.build
Tijl Coosemans 75621bf979 x11/pixman: Update to 0.44.2
- Remove portscout limit.
- Switch to meson.
- Always enable SIMD because support is detected at runtime.
- Drop binutils dependency because LLVM can build it now.

PR:		283530
Reviewed by:	diizzy
2025-01-07 11:34:47 +01:00

14 lines
369 B
Plaintext

--- test/meson.build.orig 2024-12-03 03:51:09 UTC
+++ test/meson.build
@@ -75,8 +75,8 @@ foreach t : tests
[t + '.c', config_h],
dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png],
),
- timeout : 120,
- is_parallel : true,
+ timeout : 600,
+ is_parallel : get_option('openmp').disabled(),
)
endforeach