mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-17 12:58:48 +02:00
Merge branch 'bilelmoussaoui/gi-docs' into 'main'
gi: Dynamically set doc-format See merge request GNOME/glib!4558
This commit is contained in:
commit
93ad1d9773
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user