mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Check minimum meson version and duplicated project_version
This commit is contained in:
parent
8f65b41cd1
commit
733d1a6a8d
1 changed files with 3 additions and 2 deletions
|
@ -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')
|
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',
|
gstreamer_doc = hotdoc.generate_doc('GStreamer',
|
||||||
project_version: apiversion,
|
project_version: apiversion,
|
||||||
sitemap: 'sitemap.txt',
|
sitemap: 'sitemap.txt',
|
||||||
project_version: '1.0',
|
|
||||||
index: 'markdown/index.md',
|
index: 'markdown/index.md',
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
install: true,
|
install: true,
|
||||||
|
|
Loading…
Reference in a new issue