1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00
profanity/meson_options.txt

10 lines
869 B
Meson
Raw Normal View History

2021-10-21 16:51:38 -04:00
option('notifications', type: 'feature', value: 'auto', description: 'enable desktop notifications')
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')