neatvnc/meson_options.txt

10 lines
804 B
Meson
Raw 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('tests', type: 'boolean', value: false, description: 'Build unit tests')
option('jpeg', type: 'feature', value: 'auto', description: 'Enable JPEG compression')
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
2023-04-06 21:02:01 +00:00
option('nettle', type: 'feature', value: 'auto', description: 'Enable nettle low level encryption library')
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')
2022-07-09 16:38:15 +00:00
option('h264', type: 'feature', value: 'auto', description: 'Enable open h264 encoding')