From 753e97fe5823aa441b996015f44ddba3e400855d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 18 Feb 2022 10:18:30 +0100 Subject: [PATCH] meson: drop required version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 440845e37..3c88c2427 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('pipewire', ['c' ], version : '0.3.47', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], - meson_version : '>= 0.59.0', + meson_version : '>= 0.58.2', default_options : [ 'warning_level=3', 'c_std=gnu99', 'cpp_std=c++17', -- 2.34.1