summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:33:34 +0000
commit1272be04be0cb803eec87f602edb2e3e6f111aea (patch)
treebce17f6478cdd9f3c4ec3d751135dc42786d6a56 /meson_options.txt
parentReleasing progress-linux version 2.39.3-11~progress7.99u1. (diff)
downloadutil-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.tar.xz
util-linux-1272be04be0cb803eec87f602edb2e3e6f111aea.zip
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f546c3c..7acf9d4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -37,6 +37,10 @@ option('build-libblkid', type : 'feature',
description : 'build libblkid and many related utilities')
option('build-libuuid', type : 'feature',
description : 'build libuuid and uuid utilities')
+option('build-liblastlog2', type : 'feature',
+ description : 'build liblastlog2 and lastlog2 utilities')
+option('build-pam-lastlog2', type : 'feature',
+ description : 'build PAM lastlog2 module')
option('build-libmount', type : 'feature',
description : 'build libmount')
option('build-libsmartcols', type : 'feature',
@@ -177,6 +181,10 @@ option('static-programs', type : 'array',
# feature selection and other configuration
+option('program-tests',
+ type: 'boolean', value : true,
+ description : 'build test programs')
+
option('chfn-chsh-password',
type : 'boolean', value : true,
description : 'require the user to enter the password in chfn and chsh')
@@ -197,6 +205,8 @@ option('pg-bell',
description : 'should pg ring the bell on invalid keys?')
option('colors-default', type: 'boolean', value: true,
description: 'Enables colorized output from utils by default')
+option('allow-32bit-time', type: 'boolean', value: false,
+ description: 'Allow 32bit time_t type')
option('fs-search-path',
type : 'string',
@@ -208,3 +218,9 @@ option('fs-search-path-extra',
option('vendordir',
type: 'string',
description : 'directory for distribution provided econf files')
+
+option('pamlibdir', type : 'string',
+ description : 'directory for PAM modules')
+option('lastlog-compat-symlink', type : 'boolean',
+ value : false,
+ description : 'create lastlog compat symlink')