mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.10.1 PR: 271690 Approved by: kwm (maintainer timeout, 2+ weeks)
11 lines
347 B
INI
11 lines
347 B
INI
--- 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,
|
|
)
|