summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 9957f09110593bdffc7335e0db4a5061b686d150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('zoneinfo_dir', type: 'string', value: '/usr/share/zoneinfo',
       description: 'zoneinfo directory')
option('owm_apikey', type: 'string', value: '',
       description: 'Specify an API key for OpenWeatherMap (optional)')
option('glade_catalog', type: 'combo', choices : ['true', 'false', 'auto'], value : 'auto',
       description: 'Install a glade catalog file')
option('enable_vala', type: 'combo', choices : ['true', 'false', 'auto'], value : 'auto',
       description: 'Install vala bindings')
option('gtk_doc', type: 'boolean', value: true,
       description: 'Whether to generate the API reference')
option('introspection', type: 'boolean', value: true,
       description: 'Whether to generate introspection data')