summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 19b2c6a7efce48bde9cc2c2737156d956a6d5aaa (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('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: false,
       description: 'Whether to generate the API reference')