]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: bump required version to 0.60.0
authorThomas Weißschuh <thomas@t-8ch.de>
Thu, 30 Nov 2023 22:23:33 +0000 (23:23 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 30 Nov 2023 22:23:33 +0000 (23:23 +0100)
We already rely on 0.60.0 features:
libsmartcols/meson.build:44: WARNING: Project targets '>=0.57.0' but uses feature introduced in '0.60.0': list.<plus>. The right hand operand was not a list.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
meson.build

index f48722b03f7808f39b67c37e3e42354d83c8e280..f7b14cf3f832c97a8f224f70a65903a78bbc2a14 100644 (file)
@@ -1,6 +1,6 @@
 project('util-linux', 'c',
         version : run_command('tools/git-version-gen', check: true).stdout(),
-        meson_version: '>=0.57.0',
+        meson_version: '>=0.60.0',
         license : 'GPLv2+')
 
 fs = import('fs')