From 8124b4e533b91367a181f11efa34316faf35028b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Jul 2022 13:38:16 -0400 Subject: Fix documentation build with meson 0.56.2 --- doc/ns/meson.build | 2 +- lv2/core.lv2/meta.ttl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ns/meson.build b/doc/ns/meson.build index bb471c9..aa41464 100644 --- a/doc/ns/meson.build +++ b/doc/ns/meson.build @@ -55,7 +55,7 @@ subdir('extensions') # Index # ######### -lv2_build_index = files(lv2_source_root / 'scripts' / 'lv2_build_index.py') +lv2_build_index = find_program(lv2_source_root / 'scripts' / 'lv2_build_index.py') lv2_build_index_command = [ lv2_build_index, diff --git a/lv2/core.lv2/meta.ttl b/lv2/core.lv2/meta.ttl index bc23207..bc6252d 100644 --- a/lv2/core.lv2/meta.ttl +++ b/lv2/core.lv2/meta.ttl @@ -39,6 +39,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R dcs:changeset [ dcs:item [ rdfs:label "lv2specgen: Fix installed data paths." + ] , [ + rdfs:label "Fix documentation build with meson 0.56.2." ] ] ] , [ -- cgit v1.2.1