]> git.ipfire.org Git - thirdparty/systemd.git/blame - meson_options.txt
glyph-util: add computer disk + world emoji
[thirdparty/systemd.git] / meson_options.txt
CommitLineData
5c23128d 1# -*- mode: meson -*-
db9ecf05 2# SPDX-License-Identifier: LGPL-2.1-or-later
5c23128d 3
e1ca734e
ZJS
4option('version-tag', type : 'string',
5 description : 'override the git version string')
a2b0cd3f
ZJS
6option('shared-lib-tag', type : 'string',
7 description : 'override the private shared library version tag (defaults to project version)')
e1ca734e 8
4c8e5f44 9option('mode', type : 'combo', choices : ['developer', 'release'],
b8ee3493 10 description : 'autoenable features suitable for systemd development/release builds')
839bdf25 11
b0d3095f
LB
12option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'], deprecated: true,
13 description : '''This option is deprecated and will be removed in a future release''')
157baa87
ZJS
14option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
15 description : '''sbin is not a symlink to bin''')
b0d3095f
LB
16option('rootlibdir', type : 'string', deprecated: true,
17 description : '''This option is deprecated and will be removed in a future release''')
18option('rootprefix', type : 'string', deprecated: true,
19 description : '''This option is deprecated and will be removed in a future release''')
3a30f21f 20option('link-udev-shared', type : 'boolean',
55710489 21 description : 'link systemd-udevd and its helpers to libsystemd-shared.so')
f3794366
FS
22option('link-systemctl-shared', type: 'boolean',
23 description : 'link systemctl against libsystemd-shared.so')
5ac8b50d
RS
24option('link-networkd-shared', type: 'boolean',
25 description : 'link systemd-networkd and its helpers to libsystemd-shared.so')
fd74a13e
RS
26option('link-timesyncd-shared', type: 'boolean',
27 description : 'link systemd-timesyncd and its helpers to libsystemd-shared.so')
0a0d4899
JH
28option('link-journalctl-shared', type: 'boolean',
29 description : 'link journalctl against libsystemd-shared.so')
79647020
RS
30option('link-boot-shared', type: 'boolean',
31 description : 'link bootctl and systemd-bless-boot against libsystemd-shared.so')
c06d2e44
RS
32option('link-portabled-shared', type: 'boolean',
33 description : 'link systemd-portabled and its helpers to libsystemd-shared.so')
93651582
JL
34option('first-boot-full-preset', type: 'boolean', value: false,
35 description : 'during first boot, do full preset-all (default will be changed to true later)')
79647020 36
70848ecf
DC
37option('static-libsystemd', type : 'combo',
38 choices : ['false', 'true', 'pic', 'no-pic'],
39 description : '''install a static library for libsystemd''')
40option('static-libudev', type : 'combo',
41 choices : ['false', 'true', 'pic', 'no-pic'],
53393c89 42 description : 'install a static library for libudev')
792d5e87 43option('standalone-binaries', type : 'boolean', value : false,
53393c89 44 description : 'also build standalone versions of supported binaries')
5c23128d
ZJS
45
46option('sysvinit-path', type : 'string', value : '/etc/init.d',
47 description : 'the directory where the SysV init scripts are located')
48option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
49 description : 'the base directory for SysV rcN.d directories')
2fa645f1
MG
50option('telinit-path', type : 'string', value : '/lib/sysvinit/telinit',
51 description : 'path to telinit')
2a4c156d
ZJS
52option('rc-local', type : 'string',
53 value : '/etc/rc.local')
53393c89 54option('initrd', type : 'boolean',
cdf7ad38 55 description : 'install services for use when running systemd in initrd')
792d5e87 56option('compat-mutable-uid-boundaries', type : 'boolean', value : false,
53393c89 57 description : 'look at uid boundaries in /etc/login.defs for compatibility')
7e0079f9
ZJS
58option('nscd', type : 'boolean',
59 description : 'build support for flushing of the nscd caches')
5c23128d
ZJS
60
61option('quotaon-path', type : 'string', description : 'path to quotaon')
62option('quotacheck-path', type : 'string', description : 'path to quotacheck')
5c23128d
ZJS
63option('kmod-path', type : 'string', description : 'path to kmod')
64option('kexec-path', type : 'string', description : 'path to kexec')
65option('sulogin-path', type : 'string', description : 'path to sulogin')
66option('mount-path', type : 'string', description : 'path to mount')
67option('umount-path', type : 'string', description : 'path to umount')
68option('loadkeys-path', type : 'string', description : 'path to loadkeys')
69option('setfont-path', type : 'string', description : 'path to setfont')
6db90462 70option('nologin-path', type : 'string', description : 'path to nologin')
5c23128d 71
b0d3095f 72option('debug-shell', type : 'string', value : '/usr/bin/sh',
3131bfe3
ZJS
73 description : 'path to debug shell binary')
74option('debug-tty', type : 'string', value : '/dev/tty9',
75 description : 'specify the tty device for debug shell')
6c092dbe 76option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'siphash'], value : [],
ad7aa760 77 description : 'enable extra debugging')
444d5863
ZJS
78option('memory-accounting-default', type : 'boolean',
79 description : 'enable MemoryAccounting= by default')
a8b627aa 80option('bump-proc-sys-fs-file-max', type : 'boolean',
168561f2 81 description : 'bump /proc/sys/fs/file-max to LONG_MAX')
a8b627aa
LP
82option('bump-proc-sys-fs-nr-open', type : 'boolean',
83 description : 'bump /proc/sys/fs/nr_open to INT_MAX')
fd5dec9a
ZJS
84option('log-trace', type : 'boolean', value : false,
85 description : 'enable low level debug logging')
3602ca6f
ZJS
86option('user-path', type : 'string',
87 description : '$PATH to use for user sessions')
3131bfe3 88
5c23128d
ZJS
89option('utmp', type : 'boolean',
90 description : 'support for utmp/wtmp log handling')
91option('hibernate', type : 'boolean',
92 description : 'support for hibernation')
93option('ldconfig', type : 'boolean',
94 description : 'support for dynamic linker cache creation')
95option('resolve', type : 'boolean',
96 description : 'systemd-resolved stack')
97option('efi', type : 'boolean',
dfca5587 98 description : 'enable EFI support')
cd4823f6 99option('tpm', type : 'boolean',
80c6fce8 100 description : 'TPM should be used to log events and extend the registers')
5c23128d
ZJS
101option('environment-d', type : 'boolean',
102 description : 'support for environment.d')
103option('binfmt', type : 'boolean',
104 description : 'support for custom binary formats')
40e9c4e4 105option('repart', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
e594a3b1 106 description : 'install the systemd-repart tool')
40e9c4e4 107option('sysupdate', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
43cc7a3e 108 description : 'install the systemd-sysupdate tool')
5c23128d
ZJS
109option('coredump', type : 'boolean',
110 description : 'install the coredump handler')
9b4abc69
ED
111option('pstore', type : 'boolean',
112 description : 'install the pstore archival tool')
ea8b9b2f 113option('oomd', type : 'boolean',
61ff7397 114 description : 'install the userspace oom killer')
5c23128d
ZJS
115option('logind', type : 'boolean',
116 description : 'install the systemd-logind stack')
117option('hostnamed', type : 'boolean',
118 description : 'install the systemd-hostnamed stack')
119option('localed', type : 'boolean',
120 description : 'install the systemd-localed stack')
121option('machined', type : 'boolean',
122 description : 'install the systemd-machined stack')
61d0578b
LP
123option('portabled', type : 'boolean',
124 description : 'install the systemd-portabled stack')
9bca4ae4
LP
125option('sysext', type : 'boolean',
126 description : 'install the systemd-sysext stack')
d093b62c
LP
127option('userdb', type : 'boolean',
128 description : 'install the systemd-userdbd stack')
40e9c4e4 129option('homed', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
70a5db58 130 description : 'install the systemd-homed stack')
5c23128d
ZJS
131option('networkd', type : 'boolean',
132 description : 'install the systemd-networkd stack')
133option('timedated', type : 'boolean',
134 description : 'install the systemd-timedated daemon')
135option('timesyncd', type : 'boolean',
136 description : 'install the systemd-timesyncd daemon')
1e73a64a 137option('remote', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 138 description : 'support for "journal over the network"')
6ed5ef98
ZJS
139option('create-log-dirs', type : 'boolean',
140 description : 'create /var/log/journal{,/remote}')
08540a95
YW
141option('nss-myhostname', type : 'boolean',
142 description : 'install nss-myhostname module')
1e73a64a 143option('nss-mymachines', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
08540a95 144 description : 'install nss-mymachines module')
1e73a64a 145option('nss-resolve', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
08540a95
YW
146 description : 'install nss-resolve module')
147option('nss-systemd', type : 'boolean',
148 description : 'install nss-systemd module')
5c23128d
ZJS
149option('firstboot', type : 'boolean',
150 description : 'support for firstboot mechanism')
151option('randomseed', type : 'boolean',
152 description : 'support for restoring random seed')
153option('backlight', type : 'boolean',
154 description : 'support for restoring backlight state')
155option('vconsole', type : 'boolean',
156 description : 'support for vconsole configuration')
157option('quotacheck', type : 'boolean',
158 description : 'support for the quotacheck tools')
159option('sysusers', type : 'boolean',
160 description : 'support for the sysusers configuration')
161option('tmpfiles', type : 'boolean',
162 description : 'support for tmpfiles.d')
40e9c4e4 163option('importd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d
ZJS
164 description : 'install the systemd-importd daemon')
165option('hwdb', type : 'boolean',
166 description : 'support for the hardware database')
167option('rfkill', type : 'boolean',
168 description : 'support for the rfkill tools')
8feca247
BB
169option('xdg-autostart', type : 'boolean',
170 description : 'install the xdg-autostart-generator and unit')
1e73a64a
JJ
171option('man', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
172 value : 'disabled',
527d43d7 173 description : 'build and install man pages')
1e73a64a
JJ
174option('html', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
175 value : 'disabled',
527d43d7 176 description : 'build and install html pages')
8c979cfa
DDM
177option('translations', type : 'boolean', value : true,
178 description : 'build and install translations')
5c23128d
ZJS
179
180option('certificate-root', type : 'string', value : '/etc/ssl',
181 description : 'the prefix for TLS certificates')
182option('dbuspolicydir', type : 'string',
183 description : 'D-Bus policy directory')
184option('dbussessionservicedir', type : 'string',
185 description : 'D-Bus session service directory')
186option('dbussystemservicedir', type : 'string',
187 description : 'D-Bus system service directory')
320848a6
YW
188option('dbus-interfaces-dir', type : 'string',
189 description : 'export D-Bus introspection XML as standalone files')
e4c7b5f5
ZJS
190option('default-timeout-sec', type : 'integer', value : 90,
191 description : 'default timeout for system unit start/stop')
192option('default-user-timeout-sec', type : 'integer', value : 90,
193 description : 'default timeout for user unit start/stop')
a95696e3 194option('pkgconfigdatadir', type : 'string', value : '',
f62b08dd 195 description : 'directory for arch-independent pkg-config files')
5c23128d 196option('pkgconfiglibdir', type : 'string', value : '',
f62b08dd 197 description : 'directory for standard pkg-config files')
e6263674
FB
198option('xinitrcdir', type : 'string', value : '',
199 description : 'directory for xinitrc files')
5c23128d
ZJS
200option('rpmmacrosdir', type : 'string', value : 'lib/rpm/macros.d',
201 description : 'directory for rpm macros ["no" disables]')
e4c7b5f5
ZJS
202option('update-helper-user-timeout-sec', type : 'integer', value : 15,
203 description : 'timeout for user manager package operations')
5c23128d
ZJS
204option('pamlibdir', type : 'string',
205 description : 'directory for PAM modules')
206option('pamconfdir', type : 'string',
207 description : 'directory for PAM configuration ["no" disables]')
d1ae38d8
OK
208option('libcryptsetup-plugins-dir', type : 'string',
209 description : 'directory for libcryptsetup plugins')
75aaade1
TB
210option('docdir', type : 'string',
211 description : 'documentation directory')
225d08b8 212option('install-sysconfdir', type : 'combo', choices : ['true', 'no-samples', 'false'], value : 'true',
6495361c
FB
213 description : 'install configuration files and directories')
214option('configfiledir', type : 'string', value : '',
215 description : 'directory for configuration files')
5c23128d
ZJS
216
217option('fallback-hostname', type : 'string', value : 'localhost',
218 description : 'the hostname used if none configured')
219option('default-hierarchy', type : 'combo',
87cf1f8f 220 choices : ['legacy', 'hybrid', 'unified'], value : 'unified',
5c23128d 221 description : 'default cgroup hierarchy')
681cb84a
ZJS
222option('extra-net-naming-schemes', type : 'string',
223 description : 'comma-separated list of extra net.naming-scheme= definitions')
77faadfd 224option('default-net-naming-scheme', type : 'string', value : 'latest',
06da5c63 225 description : 'default net.naming-scheme= value')
36cf4507 226option('status-unit-format-default', type : 'combo',
819c0dcb 227 choices : ['auto', 'description', 'name', 'combined'],
36cf4507 228 description : 'use unit name or description in messages by default')
a36be3e5 229option('time-epoch', type : 'integer', value : 0,
5c23128d 230 description : 'time epoch for time clients')
792d5e87 231option('clock-valid-range-usec-max', type : 'integer', value : 473364000000000, # 15 years
2306b465 232 description : 'maximum value in microseconds for the difference between RTC and epoch, exceeding which is considered an RTC error ["0" disables]')
b0d3095f 233option('default-user-shell', type : 'string', value : '/usr/bin/bash',
53350c7b 234 description : 'default interactive shell')
9a797ddc 235
a36be3e5 236option('system-alloc-uid-min', type : 'integer', value : 0,
fc1a5d1a 237 description : 'minimum system UID used when allocating')
a36be3e5 238option('system-alloc-gid-min', type : 'integer', value : 0,
fc1a5d1a 239 description : 'minimum system GID used when allocating')
a36be3e5 240option('system-uid-max', type : 'integer', value : 0,
5c23128d 241 description : 'maximum system UID')
a36be3e5 242option('system-gid-max', type : 'integer', value : 0,
5c23128d 243 description : 'maximum system GID')
ac09340e
YW
244option('dynamic-uid-min', type : 'integer', value : 0x0000EF00,
245 description : 'minimum dynamic UID')
246option('dynamic-uid-max', type : 'integer', value : 0x0000FFEF,
247 description : 'maximum dynamic UID')
248option('container-uid-base-min', type : 'integer', value : 0x00080000,
249 description : 'minimum container UID base')
250option('container-uid-base-max', type : 'integer', value : 0x6FFF0000,
251 description : 'maximum container UID base')
5c23128d
ZJS
252option('adm-group', type : 'boolean',
253 description : 'the ACL for adm group should be added')
254option('wheel-group', type : 'boolean',
255 description : 'the ACL for wheel group should be added')
256option('nobody-user', type : 'string',
257 description : 'The name of the nobody user (the one with UID 65534)',
258 value : 'nobody')
259option('nobody-group', type : 'string',
260 description : 'The name of the nobody group (the one with GID 65534)',
261 value : 'nobody')
a36be3e5 262option('adm-gid', type : 'integer', value : 0,
9a797ddc 263 description : 'soft-static allocation for the "adm" group')
a36be3e5 264option('audio-gid', type : 'integer', value : 0,
9a797ddc 265 description : 'soft-static allocation for the "audio" group')
a36be3e5 266option('cdrom-gid', type : 'integer', value : 0,
9a797ddc 267 description : 'soft-static allocation for the "cdrom" group')
a36be3e5 268option('dialout-gid', type : 'integer', value : 0,
9a797ddc 269 description : 'soft-static allocation for the "dialout" group')
a36be3e5 270option('disk-gid', type : 'integer', value : 0,
9a797ddc 271 description : 'soft-static allocation for the "disk" group')
a36be3e5 272option('input-gid', type : 'integer', value : 0,
9a797ddc 273 description : 'soft-static allocation for the "input" group')
a36be3e5 274option('kmem-gid', type : 'integer', value : 0,
9a797ddc 275 description : 'soft-static allocation for the "kmem" group')
a36be3e5 276option('kvm-gid', type : 'integer', value : 0,
9a797ddc 277 description : 'soft-static allocation for the "kvm" group')
a36be3e5 278option('lp-gid', type : 'integer', value : 0,
9a797ddc 279 description : 'soft-static allocation for the "lp" group')
a36be3e5 280option('render-gid', type : 'integer', value : 0,
9a797ddc 281 description : 'soft-static allocation for the "render" group')
a36be3e5 282option('sgx-gid', type : 'integer', value : 0,
9a797ddc 283 description : 'soft-static allocation for the "sgx" group')
a36be3e5 284option('tape-gid', type : 'integer', value : 0,
9a797ddc
ZJS
285 description : 'soft-static allocation for the "tape" group')
286option('tty-gid', type : 'integer', value : 5,
287 description : 'the numeric GID of the "tty" group')
a36be3e5 288option('users-gid', type : 'integer', value : 0,
9a797ddc 289 description : 'soft-static allocation for the "users" group')
a36be3e5 290option('utmp-gid', type : 'integer', value : 0,
9a797ddc 291 description : 'soft-static allocation for the "utmp" group')
a36be3e5 292option('video-gid', type : 'integer', value : 0,
9a797ddc 293 description : 'soft-static allocation for the "video" group')
a36be3e5 294option('wheel-gid', type : 'integer', value : 0,
9a797ddc 295 description : 'soft-static allocation for the "wheel" group')
a36be3e5 296option('systemd-journal-gid', type : 'integer', value : 0,
9a797ddc 297 description : 'soft-static allocation for the systemd-journal group')
a36be3e5 298option('systemd-network-uid', type : 'integer', value : 0,
9a797ddc 299 description : 'soft-static allocation for the systemd-network user')
a36be3e5 300option('systemd-resolve-uid', type : 'integer', value : 0,
9a797ddc 301 description : 'soft-static allocation for the systemd-resolve user')
a36be3e5 302option('systemd-timesync-uid', type : 'integer', value : 0,
9a797ddc
ZJS
303 description : 'soft-static allocation for the systemd-timesync user')
304
b8fd3d82 305option('dev-kvm-mode', type : 'string', value : '0666',
5c23128d 306 description : '/dev/kvm access mode')
4e15a734
TS
307option('group-render-mode', type : 'string', value : '0666',
308 description : 'Access mode for devices owned by render group (e.g. /dev/dri/renderD*, /dev/kfd).')
5c23128d
ZJS
309option('default-kill-user-processes', type : 'boolean',
310 description : 'the default value for KillUserProcesses= setting')
b14e1b43
FB
311option('gshadow', type : 'boolean',
312 description : 'support for shadow group')
c9bd01ae 313option('default-locale', type : 'string', value : 'C.UTF-8',
8ca9e92c 314 description : 'default locale used when /etc/locale.conf does not exist')
a22f5186
DDM
315option('nspawn-locale', type : 'string', value : 'C.UTF-8',
316 description : 'default locale used by systemd-nspawn when executing commands in a container')
f129d0e7
MY
317option('default-keymap', type : 'string', value : 'us',
318 description : 'default keymap used when populating /etc/vconsole.conf')
8f20232f
MK
319option('localegen-path', type : 'string', value : '',
320 description : 'absolute path to the locale-gen binary in case the system is using locale-gen')
21d0dd5a
ZJS
321option('service-watchdog', type : 'string', value : '3min',
322 description : 'default watchdog setting for systemd services')
5c23128d
ZJS
323
324option('default-dnssec', type : 'combo',
325 description : 'default DNSSEC mode',
326 choices : ['yes', 'allow-downgrade', 'no'],
327 value : 'allow-downgrade')
c9299be2
IT
328option('default-dns-over-tls', type : 'combo',
329 description : 'default DNS-over-TLS mode',
4310bfc2 330 choices : ['yes', 'opportunistic', 'no'],
5d67a7ae 331 value : 'no')
3614df05
ZJS
332option('default-mdns', type : 'combo',
333 choices : ['yes', 'resolve', 'no'],
334 description : 'default MulticastDNS mode',
335 value : 'yes')
336option('default-llmnr', type : 'combo',
337 choices : ['yes', 'resolve', 'no'],
338 description : 'default LLMNR mode',
339 value : 'yes')
096cbdce 340option('dns-over-tls', type : 'combo', choices : ['auto', 'gnutls', 'openssl', 'true', 'false'],
56ddbf10 341 description : 'DNS-over-TLS support')
5c23128d
ZJS
342option('dns-servers', type : 'string',
343 description : 'space-separated list of default DNS servers',
a83ddc08 344 value : '1.1.1.1#cloudflare-dns.com 8.8.8.8#dns.google 1.0.0.1#cloudflare-dns.com 8.8.4.4#dns.google 2606:4700:4700::1111#cloudflare-dns.com 2001:4860:4860::8888#dns.google 2606:4700:4700::1001#cloudflare-dns.com 2001:4860:4860::8844#dns.google')
5c23128d
ZJS
345option('ntp-servers', type : 'string',
346 description : 'space-separated list of default NTP servers',
347 value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
348option('support-url', type : 'string',
349 description : 'the support URL to show in catalog entries included in systemd',
350 value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
f75d75eb
ZJS
351option('www-target', type : 'string',
352 description : 'the address and dir to upload docs too',
353 value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
5c23128d 354
43abc59a 355option('seccomp', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 356 description : 'SECCOMP support')
43abc59a 357option('selinux', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 358 description : 'SELinux support')
43abc59a 359option('apparmor', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 360 description : 'AppArmor support')
5464ec8a 361option('smack', type : 'boolean',
5c23128d
ZJS
362 description : 'SMACK support')
363option('smack-run-label', type : 'string',
364 description : 'run systemd --system itself with a specific SMACK label')
aa5ae971
ŁS
365option('smack-default-process-label', type : 'string',
366 description : 'default SMACK label for executed processes')
a0c9ac9a 367option('polkit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
d35f51ea 368 description : 'polkit support')
2895c8ee
ZJS
369option('ima', type : 'boolean',
370 description : 'IMA support')
5c23128d 371
43abc59a 372option('acl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
36f0387e 373 description : 'libacl support')
43abc59a 374option('audit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 375 description : 'libaudit support')
43abc59a 376option('blkid', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 377 description : 'libblkid support')
9ee80846 378option('fdisk', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
e594a3b1 379 description : 'libfdisk support')
43abc59a 380option('kmod', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 381 description : 'support for loadable modules')
43abc59a 382option('xenctrl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
ede5a78f 383 description : 'support for Xen kexec')
a0c9ac9a 384option('pam', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 385 description : 'PAM support')
1e73a64a 386option('passwdqc', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
1d8aae43 387 description : 'libpasswdqc support')
1e73a64a 388option('pwquality', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
70a5db58 389 description : 'libpwquality support')
43abc59a 390option('microhttpd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 391 description : 'libµhttpd support')
1e73a64a 392option('libcryptsetup', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 393 description : 'libcryptsetup support')
1e73a64a 394option('libcryptsetup-plugins', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
d1ae38d8 395 description : 'libcryptsetup LUKS2 external token handlers support (plugins)')
43abc59a 396option('libcurl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 397 description : 'libcurl support')
d1bf5675 398option('idn', type : 'boolean',
38b38500 399 description : 'use IDN when printing hostnames')
1e73a64a 400option('libidn2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
87057e24 401 description : 'libidn2 support')
1e73a64a 402option('libidn', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 403 description : 'libidn support')
43abc59a 404option('libiptc', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 405 description : 'libiptc support')
43abc59a 406option('qrencode', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 407 description : 'libqrencode support')
a0c9ac9a 408option('gcrypt', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
76c87410 409 description : 'gcrypt support')
43abc59a 410option('gnutls', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 411 description : 'gnutls support')
43abc59a 412option('openssl', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
096cbdce 413 description : 'openssl support')
57633d23
ZJS
414option('cryptolib', type : 'combo', choices : ['auto', 'openssl', 'gcrypt'],
415 description : 'whether to use openssl or gcrypt where both are supported')
43abc59a 416option('p11kit', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
839fddbe 417 description : 'p11kit support')
40e9c4e4 418option('libfido2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
af4fbd46 419 description : 'FIDO2 support')
43abc59a 420option('tpm2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5e521624 421 description : 'TPM2 support')
43abc59a 422option('elfutils', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 423 description : 'elfutils support')
43abc59a 424option('zlib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 425 description : 'zlib compression support')
a0c9ac9a 426option('bzip2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 427 description : 'bzip2 compression support')
43abc59a 428option('xz', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 429 description : 'xz compression support')
43abc59a 430option('lz4', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
5c23128d 431 description : 'lz4 compression support')
43abc59a 432option('zstd', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
ef5924aa 433 description : 'zstd compression support')
cd3c6322
LB
434option('default-compression', type : 'combo', choices : ['auto', 'zstd', 'lz4', 'xz'], value: 'auto',
435 description : 'default compression algorithm')
43abc59a 436option('xkbcommon', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
1eeb43f5 437 description : 'xkbcommon keymap support')
43abc59a 438option('pcre2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
c4c978a0 439 description : 'regexp matching support using pcre2')
43abc59a 440option('glib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
69e96427 441 description : 'libglib support (for tests only)')
101b5943 442option('dbus', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
69e96427 443 description : 'libdbus support (for tests only)')
5c23128d 444
40e9c4e4 445option('bootloader', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
dfca5587 446 description : 'sd-boot/stub and userspace tools')
252b6b1b 447option('sbat-distro', type : 'string', value : 'auto',
9137c03c
DJL
448 description : 'SBAT distribution ID, e.g. fedora, or auto for autodetection')
449option('sbat-distro-generation', type : 'integer', value : 1,
450 description : 'SBAT distribution generation')
451option('sbat-distro-summary', type : 'string',
452 description : 'SBAT distribution summary, e.g. Fedora')
453option('sbat-distro-pkgname', type : 'string',
454 description : 'SBAT distribution package name, e.g. systemd')
455option('sbat-distro-version', type : 'string',
456 description : 'SBAT distribution package version, e.g. 248-7.fc34')
457option('sbat-distro-url', type : 'string',
458 description : 'SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd')
e313e934
JJ
459option('efi-color-normal', type : 'string', value : 'lightgray,black',
460 description : 'general boot loader color in "foreground,background" form, see constants from eficon.h')
461option('efi-color-entry', type : 'string', value : 'lightgray,black',
462 description : 'boot loader color for entries')
463option('efi-color-highlight', type : 'string', value : 'black,lightgray',
464 description : 'boot loader color for selected entries')
2e65d610 465option('efi-color-edit', type : 'string', value : 'black,lightgray',
e313e934 466 description : 'boot loader color for option line edit')
b710072d 467
5c23128d
ZJS
468option('bashcompletiondir', type : 'string',
469 description : 'directory for bash completion scripts ["no" disables]')
470option('zshcompletiondir', type : 'string',
471 description : 'directory for zsh completion scripts ["no" disables]')
69e96427 472
08318a2c 473option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'],
69e96427 474 description : 'enable extra tests with =unsafe')
792d5e87 475option('slow-tests', type : 'boolean', value : false,
00d82c81 476 description : 'run the slow tests by default')
792d5e87 477option('fuzz-tests', type : 'boolean', value : false,
f78ad5f0 478 description : 'run the fuzzer regression tests by default (with sanitizers)')
792d5e87 479option('install-tests', type : 'boolean', value : false,
572baca1 480 description : 'install test executables')
1e73a64a 481option('log-message-verification', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
b9ce5cf9 482 description : 'do fake printf() calls to verify format strings')
7db7d5b7 483
ceedbf81 484option('ok-color', type : 'combo',
96164a39 485 choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
f7c5427c
ZJS
486 'white', 'highlight-black', 'highlight-red', 'highlight-green',
487 'highlight-yellow', 'highlight-blue', 'highlight-magenta',
488 'highlight-cyan', 'highlight-white'],
96164a39
AR
489 value : 'green',
490 description: 'color of the "OK" status message')
792d5e87 491option('urlify', type : 'boolean', value : true,
e5d86ebe 492 description : 'enable pager Hyperlink ANSI sequence support')
792d5e87 493option('fexecve', type : 'boolean', value : false,
ceedbf81 494 description : 'use fexecve() to spawn children')
96164a39 495
792d5e87 496option('oss-fuzz', type : 'boolean', value : false,
7db7d5b7 497 description : 'build against oss-fuzz')
792d5e87 498option('llvm-fuzz', type : 'boolean', value : false,
31e57a35 499 description : 'build against LLVM libFuzzer')
792d5e87 500option('kernel-install', type: 'boolean', value: true,
f30bf4d9 501 description : 'install kernel-install and associated files')
40e9c4e4 502option('ukify', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
30ec2eae 503 description : 'install ukify')
792d5e87 504option('analyze', type: 'boolean', value: true,
f30bf4d9 505 description : 'install systemd-analyze')
7d861e12 506
76abad4d 507option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'],
4a7a13b5 508 description: 'compiler used to build BPF programs')
847e5585 509option('bpf-framework', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' },
7d861e12 510 description: 'build BPF programs from source code in restricted C')