- Update to 0.30.16 * Switch to meson * Add html documentation do devel 0.30.16 changes: * Add SERD_STATIC to pkg-config Cflags for static-only builds * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix spelling mistake in serdi man page 0.30.14 changes: * Fix memory consumption when reading documents * Switch to Meson build system * Update README and project metadata OBS-URL: https://build.opensuse.org/request/show/1083646 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/serd?expand=0&rev=33
12 lines
447 B
Diff
12 lines
447 B
Diff
--- ./doc/meson.build.orig 2022-12-26 22:48:38.800134462 +1000
|
|
+++ doc/meson.build 2022-12-26 22:49:09.232891680 +1000
|
|
@@ -1,7 +1,7 @@
|
|
# Copyright 2020-2022 David Robillard <d@drobilla.net>
|
|
# SPDX-License-Identifier: 0BSD OR ISC
|
|
|
|
-docdir = get_option('datadir') / 'doc'
|
|
+docdir = get_option('datadir') / 'doc' / 'packages'
|
|
|
|
doxygen = find_program('doxygen', required: get_option('docs'))
|
|
dox_to_sphinx = files('../scripts/dox_to_sphinx.py')
|