7 lines
527 B
Meson
7 lines
527 B
Meson
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')
|
|
option('gbm', type: 'feature', value: 'auto', description: 'Enable GBM integration')
|