neatvnc/meson_options.txt

4 lines
276 B
Meson
Raw Normal View History

2020-04-03 22:55:55 +00:00
option('tight-encoding', type: 'feature', value: 'enabled', description: 'Enable Tight encoding')
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')