1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00

[meson] Disable fsp by default. Refs #179

This commit is contained in:
Witold Filipczyk 2022-07-31 18:28:52 +02:00
parent 172c32a64c
commit cb0f6536c4

View File

@ -14,7 +14,7 @@ option('data', type: 'boolean', value: true, description: 'data protocol support
option('uri-rewrite', type: 'boolean', value: true, description: 'URI rewrite support') option('uri-rewrite', type: 'boolean', value: true, description: 'URI rewrite support')
option('cgi', type: 'boolean', value: false, description: 'local CGI support') option('cgi', type: 'boolean', value: false, description: 'local CGI support')
option('finger', type: 'boolean', value: false, description: 'finger protocol support') option('finger', type: 'boolean', value: false, description: 'finger protocol support')
option('fsp', type: 'boolean', value: true, description: 'FSP protocol support') option('fsp', type: 'boolean', value: false, description: 'FSP protocol support')
option('ftp', type: 'boolean', value: true, description: 'ftp protocol support') option('ftp', type: 'boolean', value: true, description: 'ftp protocol support')
option('gopher', type: 'boolean', value: false, description: 'gopher protocol support') option('gopher', type: 'boolean', value: false, description: 'gopher protocol support')
option('nntp', type: 'boolean', value: false, description: 'nntp protocol support') option('nntp', type: 'boolean', value: false, description: 'nntp protocol support')