neatvnc/meson_options.txt

7 lines
527 B
Meson
Raw Permalink Normal View History

2020-05-27 21:59:34 +00:00
option('benchmarks', type: 'boolean', value: false, description: 'Build benchmarks')
option('examples', type: 'boolean', value: false, description: 'Build examples')
option('jpeg', type: 'feature', value: 'auto', description: 'Enable JPEG compression')
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
option('systemtap', type: 'boolean', value: false, description: 'Enable tracing using sdt')
2021-09-12 18:01:58 +00:00
option('gbm', type: 'feature', value: 'auto', description: 'Enable GBM integration')