0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-31 07:36:04 +00:00
Files
termux-packages/x11-packages/gtksourceview5/gtksourceview-meson.build.patch
2025-09-15 11:21:32 +05:30

13 lines
412 B
Diff

--- a/gtksourceview/meson.build
+++ b/gtksourceview/meson.build
@@ -293,7 +293,8 @@
'--warn-all'
]
gir_dep = dependency('gobject-introspection-1.0')
- if gir_dep.version().version_compare('>=1.83.2')
+ # TODO: Remove this after gobject-introspection 1.84.0 update in host system
+ if false and gir_dep.version().version_compare('>=1.83.2')
gir_args += [
'--doc-format=gi-docgen',
]