meson_options.txt revision 187ef25f
1# Choose whether or not to compress encodings - default is to compress all 2option('gzip-small-encodings', type: 'boolean', value: true, 3 description: 'gzip small encoding files') 4option('gzip-large-encodings', type: 'boolean', value: true, 5 description: 'gzip large encoding files') 6# options for setting the installation path 7option('fontrootdir', type: 'string', 8 description: 'Path to root directory for font files') 9option('encodingsdir', type: 'string', 10 description: 'Path to directory for encodings files') 11