1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/meson_options.txt

10 lines
861 B
Meson
Raw Permalink Normal View History

2021-10-21 20:51:38 +00:00
option('notifications', type: 'feature', value: 'auto', description: 'enable desktop notifications')
option('python-plugins', type : 'feature', value : 'auto', description : 'enable Python plugins')
option('c-plugins', type : 'feature', value : 'auto', description : 'enable C plugins')
option('plugins', type : 'feature', value : 'auto', description : 'enable plugins')
option('otr', type : 'feature', value : 'auto', description : 'OTR encryption')
option('pgp', type : 'feature', value : 'auto', description : 'PGP encryption')
option('omemo', type : 'feature', value : 'auto', description : 'OMEMO encryption')
option('xscreensaver', type : 'feature', value : 'auto', description : 'use libXScrnSaver to determine idle time')
option('icons-and-clipboard', type : 'feature', value : 'auto', description : 'enable GTK tray icons and clipboard paste support')