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