0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-10 18:43:05 +00:00
Files
termux-packages/packages/pango/pango-meson.build.patch
Biswapriyo Nath a19d730fcd bump(main/pango): 1.56.4
Add workaround for older gobject-introspection in host Ubuntu system.
2025-06-28 15:01:31 +05:30

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,