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