projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc966c6
)
build-sys: Update meson version dependency
author
Arun Raghavan
<arun@arunraghavan.net>
Mon, 23 Jul 2018 14:10:46 +0000
(19:40 +0530)
committer
Arun Raghavan
<arun@arunraghavan.net>
Mon, 23 Jul 2018 14:10:46 +0000
(19:40 +0530)
We're using SIMD detection logic from 0.42.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 08a5fa9aa2644acc84449d79770dc535228650b6..ee40b46572f694a2132f164b74b53710c0c1000a 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('pulseaudio', 'c', 'cpp',
version : '10.99.1',
- meson_version : '>= 0.
31
.0',
+ meson_version : '>= 0.
42
.0',
default_options : [ 'c_std=gnu11', 'cpp_std=c++11' ]
)