From: Yu Watanabe Date: Sun, 15 May 2022 19:08:21 +0000 (+0900) Subject: meson: bump required version to 0.60.0 X-Git-Tag: v254-rc1~188^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35c035a1a76cd7aa633c483f0094f03395a9c28f;p=thirdparty%2Fsystemd.git meson: bump required version to 0.60.0 To suppress warning about install_tag argument. --- diff --git a/meson.build b/meson.build index b275718ee6b..5d98f742e6d 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('systemd', 'c', 'localstatedir=/var', 'warning_level=2', ], - meson_version : '>= 0.59.0', + meson_version : '>= 0.60.0', ) libsystemd_version = '0.36.0'