mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
doc: Requires Meson >=0.52.0 to build documentation
This commit is contained in:
parent
09d995286b
commit
ed0e06097c
@ -45,6 +45,9 @@ gtkdoc_common_scan_args = [
|
||||
]
|
||||
|
||||
if get_option('gtk_doc')
|
||||
if not meson.version().version_compare('>=0.52.0')
|
||||
error('Building documentation requires Meson >= 0.52.0.')
|
||||
endif
|
||||
# Check we have the minimum gtk-doc version required. Older versions won't
|
||||
# generate correct documentation.
|
||||
dependency('gtk-doc', version : '>=1.32')
|
||||
|
Loading…
Reference in New Issue
Block a user