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