From 55fa5acd685a4ea984b6dfc4129079779a09cb80 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 23 Jul 2018 19:40:46 +0530 Subject: [PATCH] build-sys: Update meson version dependency We're using SIMD detection logic from 0.42. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 08a5fa9aa..ee40b4657 100644 --- 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' ] )