From: Jonathan Dieter Date: Thu, 2 Aug 2018 11:11:34 +0000 (+0100) Subject: See if this will work with meson >= 0.37.0 (version in Debian Stretch) X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~136 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0cd6d49eb6c236b38c8227e85e36cfedf76259e;p=zchunk.git See if this will work with meson >= 0.37.0 (version in Debian Stretch) Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index 22646e3..51ceb88 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('zck', 'c', version : '0.9.5', - meson_version : '>=0.44.0', + meson_version : '>=0.37.0', default_options : ['c_std=gnu99']) so_version = '1'