From aa5cc3fb1fa33608dbfafcca40902ef1d102261c Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 30 Apr 2023 18:07:02 -0400
Subject: Remove trailing newlines from Turtle data files

---
 test/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/meson.build b/test/meson.build
index b6cf111..2919735 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -33,7 +33,11 @@ if get_option('lint')
   endif
 
   # Check that specification data is strictly formatted
-  serdi = find_program('serdi', required: get_option('tests'))
+  serdi = find_program(
+    'serdi',
+    required: get_option('tests'),
+    version: '>= 0.31.5',
+  )
   native_build = not meson.is_cross_build() and host_machine.system() != 'windows'
   if serdi.found() and native_build
     lv2_check_syntax = files(lv2_source_root / 'scripts' / 'lv2_check_syntax.py')
-- 
cgit v1.2.1