mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +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:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user