Check minimum meson version and duplicated project_version

This commit is contained in:
Xavier Claessens 2018-12-08 16:31:25 -05:00
parent 8f65b41cd1
commit 733d1a6a8d

View file

@ -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,