mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Update meson version dependency
We're using SIMD detection logic from 0.42.
This commit is contained in:
parent
dc966c6e46
commit
55fa5acd68
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue