From 733d1a6a8d5007129c34e09bb7eeeaf8e80acad6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 8 Dec 2018 16:31:25 -0500 Subject: [PATCH] Check minimum meson version and duplicated project_version --- meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b2b3e6f..22c5bd8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,6 @@ -project('GStreamer manuals and tutorials', 'c', version: '1.11.1.1') +project('GStreamer manuals and tutorials', 'c', + version: '1.11.1.1', + meson_version: '>=0.48.0') hotdoc = import('hotdoc') @@ -9,7 +11,6 @@ html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.9 gstreamer_doc = hotdoc.generate_doc('GStreamer', project_version: apiversion, sitemap: 'sitemap.txt', - project_version: '1.0', index: 'markdown/index.md', build_by_default: true, install: true, -- 2.7.4