shithub: sl

Download patch

ref: 983277e19823ce626ce64a75edaad7290f76e28b
parent: d7f9a3b3bfb373bd6ba2753907a0e695ca683d22
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Feb 6 22:22:20 EST 2025

meson: build-tests → test3rd, disabled by default

--- a/meson.build
+++ b/meson.build
@@ -340,8 +340,8 @@
 	)
 endif
 
-build_tests = get_option('build-tests')
-if build_tests.enabled()
+test3rd = get_option('test3rd')
+if test3rd.enabled()
 	mptest = executable(
 		'mptest',
 		sources: [
--- a/meson.options
+++ b/meson.options
@@ -1,1 +1,1 @@
-option('build-tests', type: 'feature', value: 'enabled')
+option('test3rd', type: 'feature', value: 'disabled')