summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ae41f38cf891472818ee325580da7d90c979cbcf (plain)
1
2
3
4
5
6
7
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('utils', type: 'boolean', value: 'true', description: 'Build the utils')
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')