Avoid the following message from meson:
NOTICE: Future-deprecated features used:
* 1.1.0: {'"boolean option" keyword argument "value" of type str'}
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
option('pamlibdir', type : 'string',
description : 'directory for PAM modules')
option('lastlog-compat-symlink', type : 'boolean',
- value : 'false',
+ value : false,
description : 'create lastlog compat symlink')
option('login-lastlogin', type : 'boolean',
- value : 'false',
+ value : false,
description : 'program login writes lastlog entries')