]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix TODO regarding next meson version
authorLuca Boccassi <bluca@debian.org>
Mon, 18 Sep 2023 11:30:53 +0000 (12:30 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 18 Sep 2023 11:34:14 +0000 (12:34 +0100)
test/meson.build

index b79cf59f7fc05f4a90f481a0e049e7d1c8625447..5579c293a59f2f11ba73f705b4f602d2add1ec11 100644 (file)
@@ -25,7 +25,7 @@ if install_tests
         ]
                 # install_subdir() does not handle symlinks correctly which causes a very ugly warning when
                 # installing, so if rsync is available we use that instead. TODO: switch to the new option
-                # 'follow_symlinks' once we require Meson 1.2.2 or greater, see:
+                # 'follow_symlinks' once we require Meson 1.3.0 or greater, see:
                 # https://github.com/mesonbuild/meson/commit/0af126fec798d6dbb0d1ad52168cc1f3f1758acd
                 if rsync.found()
                         rsync_r = rsync.full_path() + ' -rlpt --exclude .gitattributes -- "@0@" "${DESTDIR:-}@1@"'