-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
16 lines (13 loc) · 1.08 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option('systemd', type: 'feature', description: 'systemd support (using libsystemd)')
option('zeroconf', type: 'feature', description: 'Zeroconf support (using Avahi)')
option('openssl', type: 'feature', description: 'Use OpenSSL (libcrypto)')
option('libmd', type: 'feature', description: 'Use libmd for additional digest algorithms')
option('json', type: 'feature', description: 'JSON support (using systemd-resolved)')
option('seccomp', type: 'feature', description: 'seccomp support (using libseccomp)')
option('cap', type: 'feature', description: 'Linux capability support (using libcap)')
option('translation', type: 'boolean', value: true, description: 'Support process configuration with a translation server')
option('control', type: 'boolean', value: true, description: 'Support the beng-proxy control protocol')
option('pond', type: 'boolean', value: true, description: 'Support the Pond logging protocol')
option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs')
option('documentation', type: 'feature',
description: 'Build documentation')