From 6b31f76cd9b36b6033607181238fbf41c5b81e07 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 5 Sep 2022 18:23:09 -0700 Subject: [meson] use feature options Simpler. Fixed up several wrong stuff such as zstd - wrong name zlib - extra windows handling unnecessary; dependency('zlib') is special and handles those cases sasl2 - wrong name Signed-off-by: Rosen Penev github: #116 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index caeaa099..5776e0b7 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( version: '1.4.68', license: 'BSD-3-Clause', default_options: ['c_std=c11'], - meson_version: '>=0.40.0', + meson_version: '>=0.47.0', ) subdir('src') -- cgit v1.2.1