mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Set minimum required meson version to 0.44.0
We now use get_unquoted() during manual page generation which requires 0.44.0 or greater.
This commit is contained in:
parent
65c9195e8f
commit
cae15753d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
project('pulseaudio', 'c', 'cpp',
|
||||
version : '10.99.1',
|
||||
meson_version : '>= 0.42.0',
|
||||
meson_version : '>= 0.44.0',
|
||||
default_options : [ 'c_std=gnu11', 'cpp_std=c++11' ]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue