]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - meson_options.txt
Merge branch 'PR/ipcs-fix-counters' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / meson_options.txt
index 5555f50d4b0a294f91ed297be651d7bc2aa4a5b8..7b8cf3f35f58344280d6c8549405b80a98fa332e 100644 (file)
@@ -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',
@@ -214,3 +218,12 @@ 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')
+option('login-lastlogin', type : 'boolean',
+       value : false,
+       description : 'program login writes lastlog entries')