From cae15753d4d4f7df0ae473aed884b4a6ec400cf5 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 11 Oct 2018 15:28:32 +0530 Subject: [PATCH] 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3eaff24..5b8b22f 100644 --- a/meson.build +++ b/meson.build @@ -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' ] ) -- 2.7.4