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