mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
gi: Dynamically set doc-format
This commit is contained in:
@@ -2675,6 +2675,11 @@ endif
|
||||
gir_args = [
|
||||
'--quiet',
|
||||
]
|
||||
if gobject_introspection.version().version_compare('>=1.83.2')
|
||||
gir_args += [
|
||||
'--doc-format=gi-docgen',
|
||||
]
|
||||
endif
|
||||
|
||||
pkg = import('pkgconfig')
|
||||
windows = import('windows')
|
||||
|
Reference in New Issue
Block a user