mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 06:39:17 +02:00
Merge branch 'gtkdoc-dep' into 'master'
gtk-doc: Ensure we have recent enough version See merge request GNOME/glib!1261
This commit is contained in:
commit
a721761e5a
@ -29,6 +29,12 @@ gtkdoc_common_scan_args = [
|
|||||||
'--ignore-decorators=' + '|'.join(ignore_decorators),
|
'--ignore-decorators=' + '|'.join(ignore_decorators),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if get_option('gtk_doc')
|
||||||
|
# Check we have the minimum gtk-doc version required. Older versions won't
|
||||||
|
# generate correct documentation.
|
||||||
|
dependency('gtk-doc', version : '>=1.32')
|
||||||
|
endif
|
||||||
|
|
||||||
subdir('gio')
|
subdir('gio')
|
||||||
subdir('glib')
|
subdir('glib')
|
||||||
subdir('gobject')
|
subdir('gobject')
|
Loading…
x
Reference in New Issue
Block a user