From 16d1d204805ac40fac0a490abec80b0e3e115959 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Wed, 1 Apr 2020 21:51:04 +0100 Subject: [PATCH] meson: specify 0.50 due to features. Require 0.50. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f1aaa1f..6bfaf2d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'edi', 'c', version : '0.8.0', default_options: [ 'c_std=gnu99', 'warning_level=2' ], - meson_version : '>= 0.39.0') + meson_version : '>= 0.50.0') add_global_arguments('-DHAVE_CONFIG_H=1', '-DHAVE_CONFIG=1', language: 'c')