]> jfr.im git - irc/hexchat/hexchat.git/blob - meson_options.txt
fixup! Use glib WIN32 defines
[irc/hexchat/hexchat.git] / meson_options.txt
1 option('with-gtk', type: 'boolean',
2 description: 'Main graphical interface'
3 )
4 option('with-text', type: 'boolean', value: false,
5 description: 'Text interface (not generally useful)'
6 )
7 option('with-ssl', type: 'boolean',
8 description: 'Support for TLS connections, requires openssl'
9 )
10 option('with-plugin', type: 'boolean',
11 description: 'Support for loadable plugins'
12 )
13 option('with-dbus', type: 'boolean',
14 description: 'Support used for single-instance and scripting interface, Unix only'
15 )
16 option('with-libproxy', type: 'boolean',
17 description: 'Support for getting proxy information, Unix only'
18 )
19 option('with-libnotify', type: 'boolean',
20 description: 'Support for freedesktop notifications, Unix only'
21 )
22 option('with-libcanberra', type: 'boolean',
23 description: 'Support for sound alerts, Unix only'
24 )
25 option('with-theme-manager', type: 'boolean', value: false,
26 description: 'Utility to help manage themes, requires mono/.net'
27 )
28
29 # Plugins
30 option('with-checksum', type: 'boolean',
31 description: 'DCC checksum plugin'
32 )
33 option('with-exec', type: 'boolean',
34 description: '/exec plugin, Windows only'
35 )
36 option('with-fishlim', type: 'boolean',
37 description: 'Fish encryption plugin, requires openssl'
38 )
39 option('with-lua', type: 'string', value: 'luajit',
40 description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
41 )
42 option('with-perl', type: 'boolean',
43 description: 'Perl scripting plugin'
44 )
45 option('with-python', type: 'string', value: 'python3',
46 description: 'Python scripting plugin. value is pkg-config name to use or "false"'
47 )
48 option('with-sysinfo', type: 'boolean',
49 description: 'System information plugin, requires libpci on Unix'
50 )
51 option('with-upd', type: 'boolean',
52 description: 'Update plugin, Windows only'
53 )
54 option('with-winamp', type: 'boolean',
55 description: 'Winamp plugin, Windows only'
56 )