forked from Lainports/freebsd-ports
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.10.1 PR: 271690 Approved by: kwm (maintainer timeout, 2+ weeks)
10 lines
347 B
Text
10 lines
347 B
Text
--- docs/meson.build.orig 2023-05-22 01:30:34 UTC
|
|
+++ docs/meson.build
|
|
@@ -22,6 +22,7 @@ gnome.gtkdoc(
|
|
content_files: [version_xml],
|
|
mkdb_args: ['--xml-mode', '--output-format=xml'],
|
|
install: true,
|
|
+ install_dir : get_option('prefix') / 'share/doc/libraqm',
|
|
scan_args: ['--ignore-decorators=RAQM_API'],
|
|
check: true,
|
|
)
|