neatvnc/meson_options.txt

4 lines
292 B
Meson
Raw Normal View History

2019-12-31 10:13:21 +00:00
option('tight-encoding', type: 'feature', value: 'disabled', description: 'Enable Tight encoding (experimental)')
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
2020-02-09 11:41:43 +00:00
option('examples', type: 'boolean', value: false, description: 'Build examples')