From: Jonathan Dieter Date: Thu, 2 Aug 2018 11:14:40 +0000 (+0100) Subject: Revert "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~135 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8b39397ee13f90faa4d4a2da1dea578287895f5;p=zchunk.git Revert "See if this will work with meson >= 0.37.0 (version in Debian Stretch)" meson 0.37 doesn't have all the functions we need This reverts commit e0cd6d49eb6c236b38c8227e85e36cfedf76259e. --- diff --git a/meson.build b/meson.build index 51ceb88..22646e3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('zck', 'c', version : '0.9.5', - meson_version : '>=0.37.0', + meson_version : '>=0.44.0', default_options : ['c_std=gnu99']) so_version = '1'