]> 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 65c63a0a536182a2224b1ee896b264097472e399..a60f7bdb4f989ebe417751c2248ec8ada5bcc474 100644 (file)
@@ -6,16 +6,22 @@ option('ncurses',     type : 'feature')
 option('slang',       type : 'feature', value : 'disabled',
        description : 'compile cfdisk with slang rather than ncurses')
 option('cryptsetup',  type : 'feature')
+option('cryptsetup-dlopen',  type : 'feature')
 option('zlib',        type : 'feature')
 option('readline',    type : 'feature')
+option('nls',         type : 'feature')
 option('libutil',     type : 'feature')
 option('libutempter', type : 'feature')
-option('libpcre',     type : 'feature')
+option('libpcre2-posix',     type : 'feature')
 option('libuser',     type : 'feature')
 option('selinux',     type : 'feature', value : 'disabled')
 option('audit',       type : 'feature', value : 'disabled')
 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')
@@ -79,7 +85,7 @@ option('build-bfs', type : 'feature',
        description : 'build mkfs.bfs')
 option('build-minix', type : 'feature',
        description : 'build fsck.minix, mkfs.minix')
-option('build-fdformat', type : 'feature',
+option('build-fdformat', type : 'feature', value : 'disabled',
        description : 'build fdformat')
 option('build-hwclock', type : 'feature',
        description : 'build hwclock')
@@ -97,6 +103,10 @@ option('build-pivot_root', type : 'feature',
        description : 'build pivot_root')
 option('build-lsmem', type : 'feature',
        description : 'build lsmem')
+option('build-lsirq', type : 'feature',
+       description : 'build lsirq')
+option('build-irqtop', type : 'feature',
+       description : 'build irqtop')
 option('build-chmem', type : 'feature',
        description : 'build chmem')
 option('build-ipcrm', type : 'feature',
@@ -117,7 +127,7 @@ option('build-line', type : 'feature',
        description : 'build line')
 option('build-mesg', type : 'feature',
        description : 'build mesg')
-option('build-raw', type : 'feature',
+option('build-raw', type : 'feature', value : 'disabled',
        description : 'build raw')
 option('build-rename', type : 'feature',
        description : 'build rename')
@@ -143,6 +153,8 @@ option('build-more', type : 'feature',
        description : 'build more')
 option('build-pg', type : 'feature',
        description : 'build pg')
+option('build-pipesz', type : 'feature',
+       description : 'build pipesz')
 option('build-setterm', type : 'feature',
        description : 'build setterm')
 option('build-schedutils', type : 'feature',
@@ -165,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')
@@ -183,6 +199,8 @@ 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('fs-search-path',
        type : 'string',
@@ -191,3 +209,6 @@ option('fs-search-path',
 option('fs-search-path-extra',
        type : 'string',
        description : 'additional search path for fs helpers')
+option('vendordir',
+       type: 'string',
+       description : 'directory for distribution provided econf files')