]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump required version to 0.60.0
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 15 May 2022 19:08:21 +0000 (04:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Jun 2023 01:43:06 +0000 (10:43 +0900)
To suppress warning about install_tag argument.

meson.build

index b275718ee6bcae7af22d10f6571e25c6dc9718a3..5d98f742e6d43f6356d5be74177e830d0ca09a53 100644 (file)
@@ -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'