-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmeson_options.txt
30 lines (20 loc) · 2.07 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
option('goabackend', type: 'boolean', value: true, description: 'Enable goabackend library')
option('exchange', type: 'boolean', value: true, description: 'Enable Microsoft Exchange provider')
option('fedora', type: 'boolean', value: false, description: 'Enable Fedora Account System provider')
option('google', type: 'boolean', value: true, description: 'Enable Google provider')
option('google_client_id', type: 'string', value: '44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s.apps.googleusercontent.com', description: 'Google OAuth 2.0 client id')
option('google_client_secret', type: 'string', value: '-gMLuQyDiI0XrQS_vx_mhuYF', description: 'Google OAuth 2.0 client secret')
option('imap_smtp', type: 'boolean', value: true, description: 'Enable IMAP/SMTP provider')
option('kerberos', type: 'boolean', value: true, description: 'Enable kerberos provider')
option('owncloud', type: 'boolean', value: true, description: 'Enable ownCloud provider')
option('webdav', type: 'boolean', value: true, description: 'Enable WebDAV provider')
option('windows_live', type: 'boolean', value: true, description: 'Enable Windows Live provider')
option('windows_live_client_id', type: 'string', value: '8ef61e06-9fd5-49af-9b63-6983aede4213', description: 'Windows Live OAuth 2.0 client id')
option('ms_graph', type: 'boolean', value: true, description: 'Enable Microsoft 365 provider')
option('ms_graph_client_id', type: 'string', value: '8ef61e06-9fd5-49af-9b63-6983aede4213', description: 'Microsoft 365 client id')
option('gtk_doc', type: 'boolean', description: 'use gtk_doc to build documentation', deprecated: 'documentation')
option('documentation', type: 'boolean', value: true, description: 'Enable API documentation (depends on gi-docgen')
option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')
option('man', type: 'boolean', value: true, description: 'enable man pages')
option('template_file', type: 'string', value: '', description: 'Path to the template file')
option('vapi', type: 'boolean', value: true, description: 'build Vala binding')