aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2026-02-07 19:54:17 -0500
committerDavid Robillard <d@drobilla.net>2026-02-07 20:41:30 -0500
commitf972e9ffa4678492c9fd3939f6156f209af4e674 (patch)
tree9e6e8576d9598ccc6f25a6f5db2349e6d998d6fe /lv2specgen/meson.build
parent86a8bb5d103f749017e6288dbce9bbe981ed9955 (diff)
downloadlv2-f972e9ffa4678492c9fd3939f6156f209af4e674.tar.xz
lv2specgen: Fix offline XHTML validation and make it optional
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')