From: Karel Zak Date: Wed, 28 Feb 2024 11:21:56 +0000 (+0100) Subject: meson: avoid future-deprecated feature X-Git-Tag: v2.40-rc2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0901569a94dc42855e57b8e2aea859e287662263;p=thirdparty%2Futil-linux.git meson: avoid future-deprecated feature Based on b837ab02711d1a9352232ed2ba6ffbd47c201446 Signed-off-by: Karel Zak --- diff --git a/meson_options.txt b/meson_options.txt index fe2ae4a41..7acf9d4fc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -222,5 +222,5 @@ option('vendordir', option('pamlibdir', type : 'string', description : 'directory for PAM modules') option('lastlog-compat-symlink', type : 'boolean', - value : 'false', + value : false, description : 'create lastlog compat symlink')