]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - meson_options.txt
Merge branch 'uuid-time64_t' of https://github.com/thkukuk/util-linux
[thirdparty/util-linux.git] / meson_options.txt
index 339948b91394a0b833bd16fe8cc41d072ce924d7..a60f7bdb4f989ebe417751c2248ec8ada5bcc474 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,7 +199,7 @@ 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',
+option('colors-default', type: 'boolean', value: true,
        description: 'Enables colorized output from utils by default')
 
 option('fs-search-path',