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