[glib: 5/9] doc: Requires Meson >=0.52.0 to build documentation
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 5/9] doc: Requires Meson >=0.52.0 to build documentation
- Date: Fri, 31 Jan 2020 13:24:28 +0000 (UTC)
commit ed0e06097c38250c20cfa0041a7bfc5273b04660
Author: Xavier Claessens <xavier claessens collabora com>
Date: Fri Dec 13 13:30:28 2019 -0500
doc: Requires Meson >=0.52.0 to build documentation
docs/reference/meson.build | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 35e5ce526..bdc22a0c3 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]