1187ef25fSmrg# Choose whether or not to compress encodings - default is to compress all
2187ef25fSmrgoption('gzip-small-encodings', type: 'boolean', value: true,
3187ef25fSmrg       description: 'gzip small encoding files')
4187ef25fSmrgoption('gzip-large-encodings', type: 'boolean', value: true,
5187ef25fSmrg       description: 'gzip large encoding files')
6187ef25fSmrg# options for setting the installation path
7187ef25fSmrgoption('fontrootdir', type: 'string',
8187ef25fSmrg       description: 'Path to root directory for font files')
9187ef25fSmrgoption('encodingsdir', type: 'string',
10187ef25fSmrg       description: 'Path to directory for encodings files')
11