mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-14 09:53:12 +02: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 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
|
# Check we have the minimum gtk-doc version required. Older versions won't
|
||||||
# generate correct documentation.
|
# generate correct documentation.
|
||||||
dependency('gtk-doc', version : '>=1.32')
|
dependency('gtk-doc', version : '>=1.32')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user