mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +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:
@@ -29,6 +29,12 @@ gtkdoc_common_scan_args = [
|
||||
'--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('glib')
|
||||
subdir('gobject')
|
Reference in New Issue
Block a user