Blame meson_options.txt

Packit Service 4897fc
option('zoneinfo_dir', type: 'string', value: '/usr/share/zoneinfo',
Packit Service 4897fc
       description: 'zoneinfo directory')
Packit Service 4897fc
option('owm_apikey', type: 'string', value: '',
Packit Service 4897fc
       description: 'Specify an API key for OpenWeatherMap (optional)')
Packit Service 4897fc
option('glade_catalog', type: 'combo', choices : ['true', 'false', 'auto'], value : 'auto',
Packit Service 4897fc
       description: 'Install a glade catalog file')
Packit Service 4897fc
option('enable_vala', type: 'combo', choices : ['true', 'false', 'auto'], value : 'auto',
Packit Service 4897fc
       description: 'Install vala bindings')
Packit Service 4897fc
option('gtk_doc', type: 'boolean', value: false,
Packit Service 4897fc
       description: 'Whether to generate the API reference')