summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 0e354dab6e39ad381c64c64de562a069fd5613ff (plain)
1
2
3
4
5
6
7
8
9
10
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('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')