2021-10-21 16:51:38 -04:00
|
|
|
option('notifications', type: 'feature', value: 'auto', description: 'enable desktop notifications')
|
2021-11-30 13:53:48 -05:00
|
|
|
option('python-plugins', type : 'boolean', value : 'false', description : 'enable Python plugins')
|
|
|
|
option('c-plugins', type : 'boolean', value : 'false', description : 'enable C plugins')
|
|
|
|
option('plugins', type : 'boolean', value : 'false', description : 'enable plugins')
|
|
|
|
option('otr', type : 'boolean', value : 'false', description : 'OTR encryption')
|
|
|
|
option('pgp', type : 'boolean', value : 'false', description : 'PGP encryption')
|
|
|
|
option('omemo', type : 'boolean', value : 'false', description : 'OMEMO encryption')
|
|
|
|
option('xscreensaver', type : 'boolean', value : 'false', description : 'use libXScrnSaver to determine idle time')
|
|
|
|
option('icons-and-clipboard', type : 'boolean', value : 'false', description : 'enable GTK tray icons and clipboard paste support')
|