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:
c77f661
)
meson: bump meson version requirement to 0.40.1
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 9 May 2017 15:29:21 +0000
(16:29 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 9 May 2017 15:29:21 +0000
(16:29 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 377299745ecd7b3ae23a72423dde80562596bd88..8ad0ee0b02aeb2a36ac159e289437ad496ef172d 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('gstreamer', 'c', 'cpp',
version : '1.13.0.1',
- meson_version : '>= 0.
36.0
',
+ meson_version : '>= 0.
40.1
',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])