]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - meson_options.txt
flock: initialize timevals [-Werror=maybe-uninitialized]
[thirdparty/util-linux.git] / meson_options.txt
index 07abf315bf83579f8c02a3e5a9f760c43bf0e355..5555f50d4b0a294f91ed297be651d7bc2aa4a5b8 100644 (file)
@@ -20,6 +20,8 @@ option('smack',       type : 'feature', value : 'disabled')
 option('magic',       type : 'feature')
 option('econf',       type : 'feature')
 option('systemd',     type : 'feature')
+option('sysvinit',    type : 'feature', value : 'disabled',
+       description : 'build and install sysvinit startup scripts')
 option('btrfs',       type : 'feature')
 option('widechar',    type : 'feature',
        description : 'compile with wide character support')
@@ -175,6 +177,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')
@@ -193,6 +199,10 @@ option('use-tls',
 option('pg-bell',
        type : 'boolean', value : true,
        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',