Update meson_options.txt

Co-authored-by: Nicolas Berbiche <nic.berbiche@gmail.com>
This commit is contained in:
Yar 2020-07-29 12:05:43 +02:00 committed by GitHub
parent 4124571b25
commit 36759fba89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ option('xwayland', type: 'feature', value: 'auto', description: 'Enable support
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('use-insecure-protocols', type: 'boolean', value: true, description: 'Disable insecure protocols')
option('use-insecure-protocols', type: 'boolean', value: true, description: 'Enable insecure protocols')