]> git.ipfire.org Git - thirdparty/util-linux.git/blame - meson_options.txt
Merge branch 'logger-wrong-typo' of https://github.com/chentooerl/util-linux
[thirdparty/util-linux.git] / meson_options.txt
CommitLineData
d4c880d5
ZJS
1# enable various dependencies (no prefixes)
2
3option('tinfo', type : 'feature')
4option('ncursesw', type : 'feature')
5option('ncurses', type : 'feature')
6option('slang', type : 'feature', value : 'disabled',
7 description : 'compile cfdisk with slang rather than ncurses')
8option('cryptsetup', type : 'feature')
6e92db54 9option('cryptsetup-dlopen', type : 'feature')
d4c880d5
ZJS
10option('zlib', type : 'feature')
11option('readline', type : 'feature')
fc63a3d0 12option('nls', type : 'feature')
d4c880d5
ZJS
13option('libutil', type : 'feature')
14option('libutempter', type : 'feature')
bdaed0cd 15option('libpcre2-posix', type : 'feature')
d4c880d5
ZJS
16option('libuser', type : 'feature')
17option('selinux', type : 'feature', value : 'disabled')
18option('audit', type : 'feature', value : 'disabled')
19option('smack', type : 'feature', value : 'disabled')
308a0979
KZ
20option('magic', type : 'feature')
21option('econf', type : 'feature')
d4c880d5 22option('systemd', type : 'feature')
5e67b421
CH
23option('sysvinit', type : 'feature', value : 'disabled',
24 description : 'build and install sysvinit startup scripts')
d4c880d5
ZJS
25option('btrfs', type : 'feature')
26option('widechar', type : 'feature',
27 description : 'compile with wide character support')
28
29# enable building of various programs and features ("build-" prefix)
30
31option('build-python', type : 'feature', value : 'auto',
32 description : 'build python extension module')
33option('python', type : 'string', value : 'python3',
34 description : 'build extension module for this python')
35
36option('build-libblkid', type : 'feature',
37 description : 'build libblkid and many related utilities')
38option('build-libuuid', type : 'feature',
39 description : 'build libuuid and uuid utilities')
40option('build-libmount', type : 'feature',
41 description : 'build libmount')
42option('build-libsmartcols', type : 'feature',
43 description : 'build libsmartcols')
44option('build-libfdisk', type : 'feature',
45 description : 'build libfdisk')
46
47
48option('build-fdisks', type : 'feature',
49 description : 'build fdisk(8), sfdisk(8) and cfdisk(8)')
50option('build-mount', type : 'feature',
51 description : 'build mount(8) and umount(8)')
52option('build-losetup', type : 'feature',
53 description : 'build losetup')
54option('build-zramctl', type : 'feature',
55 description : 'build zramctl')
56option('build-fsck', type : 'feature',
57 description : 'build fsck')
58option('build-partx', type : 'feature',
59 description : 'build addpart, delpart, partx')
60
61option('build-uuidd', type : 'feature',
62 description : 'build the uuid daemon')
63
64option('build-wipefs', type : 'feature',
65 description : 'build wipefs')
66option('build-mountpoint', type : 'feature',
67 description : 'build mountpoint')
68option('build-fallocate', type : 'feature',
69 description : 'build fallocate')
70option('build-unshare', type : 'feature',
71 description : 'build unshare')
72option('build-nsenter', type : 'feature',
73 description : 'build nsenter')
74option('build-setpriv', type : 'feature',
75 description : 'build setpriv')
76option('build-hardlink', type : 'feature',
77 description : 'build hardlink')
78option('build-eject', type : 'feature',
79 description : 'build eject')
80option('build-agetty', type : 'feature',
81 description : 'build agetty')
82option('build-cramfs', type : 'feature',
83 description : 'build fsck.cramfs, mkfs.cramfs')
84option('build-bfs', type : 'feature',
85 description : 'build mkfs.bfs')
86option('build-minix', type : 'feature',
87 description : 'build fsck.minix, mkfs.minix')
6e92db54 88option('build-fdformat', type : 'feature', value : 'disabled',
d4c880d5
ZJS
89 description : 'build fdformat')
90option('build-hwclock', type : 'feature',
91 description : 'build hwclock')
92option('build-lslogins', type : 'feature',
93 description : 'build lslogins')
94option('build-wdctl', type : 'feature',
95 description : 'build wdctl')
96option('build-cal', type : 'feature',
97 description : 'build cal')
98option('build-logger', type : 'feature',
99 description : 'build logger')
100option('build-switch_root', type : 'feature',
101 description : 'switch_root')
102option('build-pivot_root', type : 'feature',
103 description : 'build pivot_root')
104option('build-lsmem', type : 'feature',
105 description : 'build lsmem')
645577c7
KZ
106option('build-lsirq', type : 'feature',
107 description : 'build lsirq')
108option('build-irqtop', type : 'feature',
109 description : 'build irqtop')
d4c880d5
ZJS
110option('build-chmem', type : 'feature',
111 description : 'build chmem')
112option('build-ipcrm', type : 'feature',
113 description : 'build ipcrm')
114option('build-ipcs', type : 'feature',
115 description : 'build ipcs')
116option('build-rfkill', type : 'feature',
117 description : 'build rfkill')
118option('build-tunelp', type : 'feature',
119 description : 'build tunelp')
120option('build-kill', type : 'feature',
121 description : 'build kill')
122option('build-last', type : 'feature',
123 description : 'build last')
124option('build-utmpdump', type : 'feature',
125 description : 'build utmpdump')
126option('build-line', type : 'feature',
127 description : 'build line')
128option('build-mesg', type : 'feature',
129 description : 'build mesg')
dff176e2 130option('build-raw', type : 'feature', value : 'disabled',
d4c880d5
ZJS
131 description : 'build raw')
132option('build-rename', type : 'feature',
133 description : 'build rename')
134option('build-vipw', type : 'feature',
135 description : 'build vipw')
136option('build-newgrp', type : 'feature',
137 description : 'build newgrp')
138option('build-chfn-chsh', type : 'feature',
139 description : 'build chfn and chsh')
140option('build-login', type : 'feature',
141 description : 'build login')
142option('build-nologin', type : 'feature',
143 description : 'build nologin')
144option('build-sulogin', type : 'feature',
145 description : 'build sulogin')
146option('build-su', type : 'feature',
147 description : 'build su')
148option('build-runuser', type : 'feature',
149 description : 'build runuser')
150option('build-ul', type : 'feature',
151 description : 'build ul')
152option('build-more', type : 'feature',
153 description : 'build more')
154option('build-pg', type : 'feature',
155 description : 'build pg')
c221578e
NS
156option('build-pipesz', type : 'feature',
157 description : 'build pipesz')
d4c880d5
ZJS
158option('build-setterm', type : 'feature',
159 description : 'build setterm')
160option('build-schedutils', type : 'feature',
161 description : 'build chrt, ionice, taskset')
162option('build-wall', type : 'feature',
163 description : 'build wall')
164option('build-write', type : 'feature',
165 description : 'build write')
166option('build-bash-completion', type : 'feature',
167 description : 'install bash completion files')
168option('build-pylibmount', type : 'feature',
169 description : 'build pylibmount')
170
69939195
ZJS
171# static programs
172
173option('static-programs', type : 'array',
174 value : [],
175 choices : ['losetup', 'mount', 'umount', 'fdisk', 'sfdisk', 'blkid', 'nsenter', 'unshare'],
176 description : 'list of programs to also build with static linking')
177
178# feature selection and other configuration
179
ba30b89c 180option('program-tests',
181 type: 'boolean', value : true,
182 description : 'build test programs')
183
d4c880d5
ZJS
184option('chfn-chsh-password',
185 type : 'boolean', value : true,
186 description : 'require the user to enter the password in chfn and chsh')
187option('chsh-only-listed',
188 type : 'boolean', value : true,
189 description : 'chsh: only allow shells in /etc/shells')
190option('use-tty-group',
191 type : 'boolean', value : true,
192 description : 'install wall and write setgid tty')
193option('build-plymouth-support',
194 type : 'feature',
195 description : 'support plymouth feature in sulogin and agetty')
196option('use-tls',
197 type : 'boolean', value : true,
198 description : 'use thread-local storage')
199option('pg-bell',
200 type : 'boolean', value : true,
201 description : 'should pg ring the bell on invalid keys?')
c0ff722e 202option('colors-default', type: 'boolean', value: true,
e0806c40 203 description: 'Enables colorized output from utils by default')
d4c880d5
ZJS
204
205option('fs-search-path',
206 type : 'string',
207 value : '/sbin:/sbin/fs.d:/sbin/fs',
208 description : 'default search path for fs helpers')
209option('fs-search-path-extra',
210 type : 'string',
211 description : 'additional search path for fs helpers')
308a0979
KZ
212option('vendordir',
213 type: 'string',
214 description : 'directory for distribution provided econf files')