mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-23 18:03:32 +08: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,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…
Reference in New Issue
Block a user