]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - meson_options.txt
po: update tr.po (from translationproject.org)
[thirdparty/util-linux.git] / meson_options.txt
index a60f7bdb4f989ebe417751c2248ec8ada5bcc474..b3cdc2dd3e9ba31bc2f49470163476184b5c1b4e 100644 (file)
@@ -37,6 +37,8 @@ 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-libmount', type : 'feature',
        description : 'build libmount')
 option('build-libsmartcols', type : 'feature',
@@ -201,6 +203,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',
@@ -212,3 +216,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')