projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f65b41
)
Check minimum meson version and duplicated project_version
author
Xavier Claessens
<xavier.claessens@collabora.com>
Sat, 8 Dec 2018 21:31:25 +0000
(16:31 -0500)
committer
Xavier Claessens
<xavier.claessens@collabora.com>
Sat, 8 Dec 2018 21:32:28 +0000
(16:32 -0500)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
b2b3e6f
..
22c5bd8
100644
(file)
--- 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,