meson_options.txt 597 B

1234567
  1. option('jpeg', type: 'feature', value: 'auto', description: 'Use JPEG')
  2. option('tiff', type: 'feature', value: 'auto', description: 'Use LibTiff')
  3. option('utils', type: 'boolean', value: false, description: 'Build the utils')
  4. option('samples', type: 'boolean', value: false, description: 'Build the samples')
  5. option('fastfloat', type: 'boolean', value: false, description: 'Build and install the fast float plugin, use only if GPL 3.0 is acceptable')
  6. option('threaded', type: 'boolean', value: false, description: 'Build and install the multi threaded plugin, use only if GPL 3.0 is acceptable')