summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5adc464411587edf52bef5dfecd5193dd534748a (plain)
1
2
3
4
5
6
option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG')
option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff')

option('samples', type: 'boolean', value: 'false', description: 'Build the samples')
option('fastfloat', type: 'boolean', value: 'false', description: 'Build and install the fast float plugin, use only if GPL 3.0 is acceptable')
option('threaded', type: 'boolean', value: 'false', description: 'Build and install the multi threaded plugin, use only if GPL 3.0 is acceptable')