aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lv2specgen/meson.build')
-rw-r--r--lv2specgen/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2specgen/meson.build b/lv2specgen/meson.build
index bc3a616..55cdecd 100644
--- a/lv2specgen/meson.build
+++ b/lv2specgen/meson.build
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 David Robillard <d@drobilla.net>
+# Copyright 2022-2026 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
lv2specgen_py = files('lv2specgen.py')
@@ -12,6 +12,7 @@ lv2specgen_command_prefix = [
'--list-page=' + lv2_list_page,
'--style-dir=' + lv2_source_root / 'doc' / 'style',
'--template', files('template.html'),
+ '--validate',
]
if is_variable('lv2_tags')