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