summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 221e34f6f708d8d794bc2e0c4f4fd21c4b56fb15 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
option('win32-dirs', type : 'combo', choices : ['classic', 'fhs'], value : 'classic',
       description : 'use win32 "classic" (Program Files-like) or "fhs" (unix-like) directory structure (default: "classic")')

option('nls', type : 'boolean', value : true,
       description : 'enable installation of translation files')

option('extraversion', type : 'string',
	   description : 'extra version number to be displayed in Help->About and --help (for packagers)')

option('missing-dependencies', type : 'boolean', value : false,
       description : 'skip missing dependencies instead of aborting configuration')

option('x', type : 'boolean', value : true)

option('gtkui', type : 'boolean', value : true,
       description : 'compile with GTK+ user interface')
option('consoleui', type : 'boolean', value : true,
       description : 'compile with console user interface')

option('doc', type : 'boolean', value : false,
       description : 'build documentation with gtk-doc')

option('screensaver', type : 'boolean', value : true,
       description : 'compile with X screensaver extension (used to detect idleness)')

option('sm', type : 'boolean', value : true,
       description : 'compile with X session management support')

option('startup-notification', type : 'boolean', value : true,
       description : 'compile with startup notification support')

option('enchant', type : 'boolean', value : true,
       description : 'compile with Enchange spell checking support')

option('gevolution', type : 'boolean', value : false,
       description : 'compile with the Evolution plugin')

option('cap', type : 'boolean', value : false,
       description : 'compile with Contact Availability Prediction plugin')

option('gestures', type : 'boolean', value : true,
       description : 'compile with the gestures plugin')

option('gcr', type : 'boolean', value : false,
       description : 'compile with GCR certificate widgets')

option('gstreamer', type : 'boolean', value : true,
       description : 'compile with GStreamer audio support')

option('gstreamer-video', type : 'boolean', value : true,
       description : 'compile with GStreamer 1.0 Video Overlay support')

option('farstream', type : 'boolean', value : true,
       description : 'compile with farstream support')

option('vv', type : 'boolean', value : true,
       description : 'compile with voice and video support')

option('idn', type : 'boolean', value : true,
       description : 'compile with IDN support')

option('meanwhile', type : 'boolean', value : true,
       description : 'compile with meanwhile')

option('avahi', type : 'boolean', value : true,
       description : 'compile with avahi (required for Bonjour support)')

option('libgadu', type : 'boolean', value : true,
       description : 'compile with libgadu (required for GaduGadu support)')

option('silc', type : 'boolean', value : true,
       description : 'compile with SILC plugin')

option('static-prpls', type : 'string',
       description : 'Link to certain protocols statically')

option('dynamic-prpls', type : 'string', value: 'all',
       description : 'specify which protocols to build dynamically')

option('plugins', type : 'boolean', value : true,
       description : 'compile with plugin support')

option('krb4', type : 'boolean', value : false,
       description : 'compile Zephyr plugin with Kerberos 4 support')

option('zephyr', type : 'boolean', value : false,
       description : 'compile Zephyr plugin against external libzephyr')

option('fortify', type : 'boolean', value : true,
       description : 'compile with FORTIFY_SOURCE support')

option('glib-errors-trace', type : 'boolean', value : false,
       description : 'print backtraces for glib errors')

option('dbus', type : 'boolean', value : true,
       description : 'enable D-Bus support')

option('unity-integration', type : 'boolean', value : false,
       description : 'compile with support for unity integration plugin')

option('secret-service', type : 'boolean', value : true,
       description : 'enable Secret Service support')

option('gnome-keyring', type : 'boolean', value : true,
       description : 'enable GNOME Keyring support')

option('kwallet', type : 'boolean', value : true,
       description : 'enable KWallet support')

option('system-ssl-certs', type : 'string',
       description : 'directory containing system-wide SSL CA certificates')
option('nettle', type : 'boolean', value : true,
       description : 'enable Nettle support')

option('cyrus-sasl', type : 'boolean', value : false,
       description : 'enable Cyrus SASL support for XMPP/IRC')

option('pixmaps-install', type : 'boolean', value : true,
       description : 'enable installation of pixmap files - Pidgin still needs them!')

option('trayicon-compat', type : 'boolean', value : false,
       description : 'install tray icons in location compatible with older releases of hicolor-icon-theme')

option('debug', type : 'boolean', value : false,
       description : 'compile with debugging support')