]> git.ipfire.org Git - thirdparty/util-linux.git/blame - meson_options.txt
po: update de.po (from translationproject.org)
[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')
c2e299d0
SS
40option('build-liblastlog2', type : 'feature',
41 description : 'build liblastlog2 and lastlog2 utilities')
d4c880d5
ZJS
42option('build-libmount', type : 'feature',
43 description : 'build libmount')
44option('build-libsmartcols', type : 'feature',
45 description : 'build libsmartcols')
46option('build-libfdisk', type : 'feature',
47 description : 'build libfdisk')
48
49
50option('build-fdisks', type : 'feature',
51 description : 'build fdisk(8), sfdisk(8) and cfdisk(8)')
52option('build-mount', type : 'feature',
53 description : 'build mount(8) and umount(8)')
54option('build-losetup', type : 'feature',
55 description : 'build losetup')
56option('build-zramctl', type : 'feature',
57 description : 'build zramctl')
58option('build-fsck', type : 'feature',
59 description : 'build fsck')
60option('build-partx', type : 'feature',
61 description : 'build addpart, delpart, partx')
62
63option('build-uuidd', type : 'feature',
64 description : 'build the uuid daemon')
65
66option('build-wipefs', type : 'feature',
67 description : 'build wipefs')
68option('build-mountpoint', type : 'feature',
69 description : 'build mountpoint')
70option('build-fallocate', type : 'feature',
71 description : 'build fallocate')
72option('build-unshare', type : 'feature',
73 description : 'build unshare')
74option('build-nsenter', type : 'feature',
75 description : 'build nsenter')
76option('build-setpriv', type : 'feature',
77 description : 'build setpriv')
78option('build-hardlink', type : 'feature',
79 description : 'build hardlink')
80option('build-eject', type : 'feature',
81 description : 'build eject')
82option('build-agetty', type : 'feature',
83 description : 'build agetty')
84option('build-cramfs', type : 'feature',
85 description : 'build fsck.cramfs, mkfs.cramfs')
86option('build-bfs', type : 'feature',
87 description : 'build mkfs.bfs')
88option('build-minix', type : 'feature',
89 description : 'build fsck.minix, mkfs.minix')
6e92db54 90option('build-fdformat', type : 'feature', value : 'disabled',
d4c880d5
ZJS
91 description : 'build fdformat')
92option('build-hwclock', type : 'feature',
93 description : 'build hwclock')
94option('build-lslogins', type : 'feature',
95 description : 'build lslogins')
96option('build-wdctl', type : 'feature',
97 description : 'build wdctl')
98option('build-cal', type : 'feature',
99 description : 'build cal')
100option('build-logger', type : 'feature',
101 description : 'build logger')
102option('build-switch_root', type : 'feature',
103 description : 'switch_root')
104option('build-pivot_root', type : 'feature',
105 description : 'build pivot_root')
106option('build-lsmem', type : 'feature',
107 description : 'build lsmem')
645577c7
KZ
108option('build-lsirq', type : 'feature',
109 description : 'build lsirq')
110option('build-irqtop', type : 'feature',
111 description : 'build irqtop')
d4c880d5
ZJS
112option('build-chmem', type : 'feature',
113 description : 'build chmem')
114option('build-ipcrm', type : 'feature',
115 description : 'build ipcrm')
116option('build-ipcs', type : 'feature',
117 description : 'build ipcs')
118option('build-rfkill', type : 'feature',
119 description : 'build rfkill')
120option('build-tunelp', type : 'feature',
121 description : 'build tunelp')
122option('build-kill', type : 'feature',
123 description : 'build kill')
124option('build-last', type : 'feature',
125 description : 'build last')
126option('build-utmpdump', type : 'feature',
127 description : 'build utmpdump')
128option('build-line', type : 'feature',
129 description : 'build line')
130option('build-mesg', type : 'feature',
131 description : 'build mesg')
dff176e2 132option('build-raw', type : 'feature', value : 'disabled',
d4c880d5
ZJS
133 description : 'build raw')
134option('build-rename', type : 'feature',
135 description : 'build rename')
136option('build-vipw', type : 'feature',
137 description : 'build vipw')
138option('build-newgrp', type : 'feature',
139 description : 'build newgrp')
140option('build-chfn-chsh', type : 'feature',
141 description : 'build chfn and chsh')
142option('build-login', type : 'feature',
143 description : 'build login')
144option('build-nologin', type : 'feature',
145 description : 'build nologin')
146option('build-sulogin', type : 'feature',
147 description : 'build sulogin')
148option('build-su', type : 'feature',
149 description : 'build su')
150option('build-runuser', type : 'feature',
151 description : 'build runuser')
152option('build-ul', type : 'feature',
153 description : 'build ul')
154option('build-more', type : 'feature',
155 description : 'build more')
156option('build-pg', type : 'feature',
157 description : 'build pg')
c221578e
NS
158option('build-pipesz', type : 'feature',
159 description : 'build pipesz')
d4c880d5
ZJS
160option('build-setterm', type : 'feature',
161 description : 'build setterm')
162option('build-schedutils', type : 'feature',
163 description : 'build chrt, ionice, taskset')
164option('build-wall', type : 'feature',
165 description : 'build wall')
166option('build-write', type : 'feature',
167 description : 'build write')
168option('build-bash-completion', type : 'feature',
169 description : 'install bash completion files')
170option('build-pylibmount', type : 'feature',
171 description : 'build pylibmount')
172
69939195
ZJS
173# static programs
174
175option('static-programs', type : 'array',
176 value : [],
177 choices : ['losetup', 'mount', 'umount', 'fdisk', 'sfdisk', 'blkid', 'nsenter', 'unshare'],
178 description : 'list of programs to also build with static linking')
179
180# feature selection and other configuration
181
ba30b89c 182option('program-tests',
183 type: 'boolean', value : true,
184 description : 'build test programs')
185
d4c880d5
ZJS
186option('chfn-chsh-password',
187 type : 'boolean', value : true,
188 description : 'require the user to enter the password in chfn and chsh')
189option('chsh-only-listed',
190 type : 'boolean', value : true,
191 description : 'chsh: only allow shells in /etc/shells')
192option('use-tty-group',
193 type : 'boolean', value : true,
194 description : 'install wall and write setgid tty')
195option('build-plymouth-support',
196 type : 'feature',
197 description : 'support plymouth feature in sulogin and agetty')
198option('use-tls',
199 type : 'boolean', value : true,
200 description : 'use thread-local storage')
201option('pg-bell',
202 type : 'boolean', value : true,
203 description : 'should pg ring the bell on invalid keys?')
c0ff722e 204option('colors-default', type: 'boolean', value: true,
e0806c40 205 description: 'Enables colorized output from utils by default')
a31f4c4f
TW
206option('allow-32bit-time', type: 'boolean', value: false,
207 description: 'Allow 32bit time_t type')
d4c880d5
ZJS
208
209option('fs-search-path',
210 type : 'string',
211 value : '/sbin:/sbin/fs.d:/sbin/fs',
212 description : 'default search path for fs helpers')
213option('fs-search-path-extra',
214 type : 'string',
215 description : 'additional search path for fs helpers')
308a0979
KZ
216option('vendordir',
217 type: 'string',
218 description : 'directory for distribution provided econf files')
c2e299d0
SS
219
220option('pamlibdir', type : 'string',
221 description : 'directory for PAM modules')
222option('lastlog-compat-symlink', type : 'boolean',
223 value : 'false',
224 description : 'create lastlog compat symlink')