Files
termux-packages/packages/pango/pango-meson.build.patch
termux-pacman-bot c7e9edc12c enhance(main/pango): Remove workaround for building man pages
pango 1.56.x versions uses rst2man instead of help2man
62b42d97f8

and the man page option does not require building full docs.
ff21759b76

So, this commit generates man pages with meson build.
2025-06-28 09:39:15 +00:00

13 lines
382 B
Diff

--- a/pango/meson.build
+++ b/pango/meson.build
@@ -132,7 +132,8 @@
if build_gir
gir_args = [
'--quiet',
- '--doc-format=gi-docgen',
+ # TODO: Remove this after gobject-introspection 1.84.0 update in host system
+ # '--doc-format=gi-docgen',
]
harfbuzz_gobject_dep = dependency('harfbuzz-gobject',
version: harfbuzz_req,