diff options
-rw-r--r-- | doc/ns/meson.build | 2 | ||||
-rw-r--r-- | lv2/core.lv2/meta.ttl | 2 |
2 files changed, 3 insertions, 1 deletions
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." ] ] ] , [ |