1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00
profanity/meson_options.txt
2021-11-30 19:53:48 +01:00

10 lines
869 B
Meson

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')