summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2017-08-22 17:40:43 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2017-11-26 16:59:24 -0800
commita5d17340753eff516ea1a1e3304643c7b5a2c3fe (patch)
tree643f3680566ed565ffa09e6d13f3521d8c5f7ed4 /meson_options.txt
parenta1f4c720b9c0a932a4e42280ca67222593cdfa76 (diff)
downloadlibgweather-a5d17340753eff516ea1a1e3304643c7b5a2c3fe.tar.gz
Add support for the meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..3476082
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,8 @@
+option('with-zoneinfo-dir', type: 'string', value: '/usr/share/zoneinfo',
+ description: 'zoneinfo directory')
+option('with-owm-apikey', type: 'string', value: '',
+ description: 'Specify an API key for OpenWeatherMap (optional)')
+option('enable-glade-catalog', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+ description: 'Install a glade catalog file')
+option('enable-vala', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+ description: 'Install vala bindings')