]> git.ipfire.org Git - thirdparty/systemd.git/blame - meson_options.txt
meson: add option to disable libacl support
[thirdparty/systemd.git] / meson_options.txt
CommitLineData
5c23128d
ZJS
1# -*- mode: meson -*-
2
3option('split-usr', type : 'boolean', value : false,
4 description : '''assume that /bin, /sbin aren't symlinks into /usr''')
5option('rootlibdir', type : 'string',
6 description : '''[/usr]/lib/x86_64-linux-gnu or such''')
ab916f2e
ZJS
7option('rootprefix', type : 'string',
8 description : '''override the root prefix''')
3a30f21f
ZJS
9option('link-udev-shared', type : 'boolean',
10 description : 'link systemd-udev and its helpers to libsystemd-shared.so')
5c23128d
ZJS
11
12option('sysvinit-path', type : 'string', value : '/etc/init.d',
13 description : 'the directory where the SysV init scripts are located')
14option('sysvrcnd-path', type : 'string', value : '/etc/rc.d',
15 description : 'the base directory for SysV rcN.d directories')
16option('telinit-path', type : 'string', description : 'path to telinit')
2a4c156d
ZJS
17option('rc-local', type : 'string',
18 value : '/etc/rc.local')
19option('halt-local', type : 'string',
20 value : '/usr/sbin/halt.local')
5c23128d
ZJS
21
22option('quotaon-path', type : 'string', description : 'path to quotaon')
23option('quotacheck-path', type : 'string', description : 'path to quotacheck')
24option('kill-path', type : 'string', description : 'path to kill')
25option('kmod-path', type : 'string', description : 'path to kmod')
26option('kexec-path', type : 'string', description : 'path to kexec')
27option('sulogin-path', type : 'string', description : 'path to sulogin')
28option('mount-path', type : 'string', description : 'path to mount')
29option('umount-path', type : 'string', description : 'path to umount')
30option('loadkeys-path', type : 'string', description : 'path to loadkeys')
31option('setfont-path', type : 'string', description : 'path to setfont')
32
3131bfe3
ZJS
33option('debug-shell', type : 'string', value : '/bin/sh',
34 description : 'path to debug shell binary')
35option('debug-tty', type : 'string', value : '/dev/tty9',
36 description : 'specify the tty device for debug shell')
37
5c23128d
ZJS
38option('utmp', type : 'boolean',
39 description : 'support for utmp/wtmp log handling')
40option('hibernate', type : 'boolean',
41 description : 'support for hibernation')
42option('ldconfig', type : 'boolean',
43 description : 'support for dynamic linker cache creation')
44option('resolve', type : 'boolean',
45 description : 'systemd-resolved stack')
46option('efi', type : 'boolean',
8191c594 47 description : 'enable systemd-boot and bootctl')
5c23128d
ZJS
48option('environment-d', type : 'boolean',
49 description : 'support for environment.d')
50option('binfmt', type : 'boolean',
51 description : 'support for custom binary formats')
52option('coredump', type : 'boolean',
53 description : 'install the coredump handler')
54option('logind', type : 'boolean',
55 description : 'install the systemd-logind stack')
56option('hostnamed', type : 'boolean',
57 description : 'install the systemd-hostnamed stack')
58option('localed', type : 'boolean',
59 description : 'install the systemd-localed stack')
60option('machined', type : 'boolean',
61 description : 'install the systemd-machined stack')
62option('networkd', type : 'boolean',
63 description : 'install the systemd-networkd stack')
64option('timedated', type : 'boolean',
65 description : 'install the systemd-timedated daemon')
66option('timesyncd', type : 'boolean',
67 description : 'install the systemd-timesyncd daemon')
68option('remote', type : 'boolean',
69 description : 'support for "journal over the network"')
70option('myhostname', type : 'boolean',
71 description : 'nss-myhostname support')
72option('firstboot', type : 'boolean',
73 description : 'support for firstboot mechanism')
74option('randomseed', type : 'boolean',
75 description : 'support for restoring random seed')
76option('backlight', type : 'boolean',
77 description : 'support for restoring backlight state')
78option('vconsole', type : 'boolean',
79 description : 'support for vconsole configuration')
80option('quotacheck', type : 'boolean',
81 description : 'support for the quotacheck tools')
82option('sysusers', type : 'boolean',
83 description : 'support for the sysusers configuration')
84option('tmpfiles', type : 'boolean',
85 description : 'support for tmpfiles.d')
86option('importd', type : 'boolean',
87 description : 'install the systemd-importd daemon')
88option('hwdb', type : 'boolean',
89 description : 'support for the hardware database')
90option('rfkill', type : 'boolean',
91 description : 'support for the rfkill tools')
4390be30 92option('man', type : 'combo', choices : ['auto', 'true', 'false'],
527d43d7 93 description : 'build and install man pages')
4390be30
ZJS
94option('html', type : 'combo', choices : ['auto', 'true', 'false'],
95 value : 'false',
527d43d7 96 description : 'build and install html pages')
5c23128d
ZJS
97
98option('certificate-root', type : 'string', value : '/etc/ssl',
99 description : 'the prefix for TLS certificates')
100option('dbuspolicydir', type : 'string',
101 description : 'D-Bus policy directory')
102option('dbussessionservicedir', type : 'string',
103 description : 'D-Bus session service directory')
104option('dbussystemservicedir', type : 'string',
105 description : 'D-Bus system service directory')
106option('pkgconfigdatadir', type : 'string', value : 'share/pkgconfig',
107 description : 'directory for ')
108option('pkgconfiglibdir', type : 'string', value : '',
109 description : 'directory for ')
110option('rpmmacrosdir', type : 'string', value : 'lib/rpm/macros.d',
111 description : 'directory for rpm macros ["no" disables]')
112option('pamlibdir', type : 'string',
113 description : 'directory for PAM modules')
114option('pamconfdir', type : 'string',
115 description : 'directory for PAM configuration ["no" disables]')
116
117option('fallback-hostname', type : 'string', value : 'localhost',
118 description : 'the hostname used if none configured')
119option('default-hierarchy', type : 'combo',
120 choices : ['legacy', 'hybrid', 'unified'], value : 'hybrid',
121 description : 'default cgroup hierarchy')
122option('time-epoch', type : 'string',
123 description : 'time epoch for time clients')
124option('system-uid-max', type : 'string',
125 description : 'maximum system UID')
126option('system-gid-max', type : 'string',
127 description : 'maximum system GID')
128option('tty-gid', type : 'string',
129 description : 'the numeric GID of the "tty" group',
130 value : '5')
131option('adm-group', type : 'boolean',
132 description : 'the ACL for adm group should be added')
133option('wheel-group', type : 'boolean',
134 description : 'the ACL for wheel group should be added')
135option('nobody-user', type : 'string',
136 description : 'The name of the nobody user (the one with UID 65534)',
137 value : 'nobody')
138option('nobody-group', type : 'string',
139 description : 'The name of the nobody group (the one with GID 65534)',
140 value : 'nobody')
141option('dev-kvm-mode', type : 'string', value : '0660',
142 description : '/dev/kvm access mode')
143option('default-kill-user-processes', type : 'boolean',
144 description : 'the default value for KillUserProcesses= setting')
145
146option('default-dnssec', type : 'combo',
147 description : 'default DNSSEC mode',
148 choices : ['yes', 'allow-downgrade', 'no'],
149 value : 'allow-downgrade')
150option('dns-servers', type : 'string',
151 description : 'space-separated list of default DNS servers',
152 value : '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844')
153option('ntp-servers', type : 'string',
154 description : 'space-separated list of default NTP servers',
155 value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
156option('support-url', type : 'string',
157 description : 'the support URL to show in catalog entries included in systemd',
158 value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
f75d75eb
ZJS
159option('www-target', type : 'string',
160 description : 'the address and dir to upload docs too',
161 value : 'www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd')
5c23128d 162
4390be30 163option('seccomp', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 164 description : 'SECCOMP support')
4390be30 165option('selinux', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 166 description : 'SELinux support')
4390be30 167option('apparmor', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 168 description : 'AppArmor support')
4390be30 169option('smack', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d
ZJS
170 description : 'SMACK support')
171option('smack-run-label', type : 'string',
172 description : 'run systemd --system itself with a specific SMACK label')
4390be30 173option('polkit', type : 'combo', choices : ['auto', 'true', 'false'],
3ca0cb73 174 description : 'PolicyKit support')
2895c8ee
ZJS
175option('ima', type : 'boolean',
176 description : 'IMA support')
5c23128d 177
36f0387e
ZJS
178option('acl', type : 'combo', choices : ['auto', 'true', 'false'],
179 description : 'libacl support')
4390be30 180option('audit', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 181 description : 'libaudit support')
4390be30 182option('blkid', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 183 description : 'libblkid support')
4390be30 184option('kmod', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 185 description : 'support for loadable modules')
4390be30 186option('pam', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 187 description : 'PAM support')
4390be30 188option('microhttpd', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 189 description : 'libµhttpd support')
4390be30 190option('libcryptsetup', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 191 description : 'libcryptsetup support')
4390be30 192option('libcurl', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 193 description : 'libcurl support')
4390be30 194option('libidn', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 195 description : 'libidn support')
4390be30 196option('libiptc', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 197 description : 'libiptc support')
4390be30 198option('qrencode', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 199 description : 'libqrencode support')
4390be30 200option('libgcrypt', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 201 description : 'libgcrypt support')
4390be30 202option('gnutls', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 203 description : 'gnutls support')
4390be30 204option('elfutils', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 205 description : 'elfutils support')
4390be30 206option('zlib', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 207 description : 'zlib compression support')
4390be30 208option('bzip2', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 209 description : 'bzip2 compression support')
4390be30 210option('xz', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 211 description : 'xz compression support')
4390be30 212option('lz4', type : 'combo', choices : ['auto', 'true', 'false'],
5c23128d 213 description : 'lz4 compression support')
4390be30 214option('xkbcommon', type : 'combo', choices : ['auto', 'true', 'false'],
1eeb43f5 215 description : 'xkbcommon keymap support')
4390be30 216option('glib', type : 'combo', choices : ['auto', 'true', 'false'],
69e96427 217 description : 'libglib support (for tests only)')
4390be30 218option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
69e96427 219 description : 'libdbus support (for tests only)')
5c23128d 220
4390be30 221option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'],
b710072d
ZJS
222 description : 'gnu-efi support for sd-boot')
223option('efi-cc', type : 'string', value : 'gcc',
224 description : 'the compiler to use for EFI modules')
225option('efi-ld', type : 'string', value : 'ld',
226 description : 'the linker to use for EFI modules')
227option('efi-libdir', type : 'string',
228 description : 'path to the EFI lib directory')
229option('efi-ldsdir', type : 'string',
230 description : 'path to the EFI lds directory')
231option('efi-includedir', type : 'string', value : '/usr/include/efi',
232 description : 'path to the EFI header directory')
233
5c23128d
ZJS
234option('bashcompletiondir', type : 'string',
235 description : 'directory for bash completion scripts ["no" disables]')
236option('zshcompletiondir', type : 'string',
237 description : 'directory for zsh completion scripts ["no" disables]')
69e96427 238
4390be30 239option('tests', type : 'combo', choices : ['true', 'unsafe'],
69e96427 240 description : 'enable extra tests with =unsafe')
572baca1
ZJS
241option('install-tests', type : 'boolean', value : 'false',
242 description : 'install test executables')