mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
pango 1.56.x versions uses rst2man instead of help2man62b42d97f8and the man page option does not require building full docs.ff21759b76So, this commit generates man pages with meson build.
13 lines
382 B
Diff
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,
|