mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Regroup options and add new ones: COMICS, PIXBUF, and INTROSPECTION. - Add LICENSE_FILE PR: 283639
28 lines
918 B
INI
28 lines
918 B
INI
--- help/reference/libdocument/meson.build.orig 2024-12-05 10:59:19 UTC
|
|
+++ help/reference/libdocument/meson.build
|
|
@@ -7,12 +7,6 @@ version_xml = configure_file(
|
|
configuration: version_conf,
|
|
)
|
|
|
|
-libdoc_doc_deps = declare_dependency(
|
|
- include_directories: [libdoc_include, include_directories('.')],
|
|
- link_with: libdocument,
|
|
- dependencies: libdocument_deps,
|
|
-)
|
|
-
|
|
gnome.gtkdoc(
|
|
'libxreaderdocument',
|
|
mode: 'xml',
|
|
@@ -20,9 +14,10 @@ gnome.gtkdoc(
|
|
gobject_typesfile: files('libxreaderdocument.types'),
|
|
src_dir: [
|
|
join_paths(meson.source_root(), 'libdocument'),
|
|
+ join_paths(meson.build_root(), 'libdocument'),
|
|
],
|
|
ignore_headers: [libdocument_private_headers],
|
|
- dependencies: libdoc_doc_deps,
|
|
+ dependencies: libdocument_dep,
|
|
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
|
|
fixxref_args: fixref_args,
|
|
install: true,
|