summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-12-29 15:52:48 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-12-29 16:58:03 +0100
commitb499b306734d4f7f94a7d4d197cd034270a307ab (patch)
tree49c5bf4f9bb508688ec47ea2b977412bf54a6f07 /meson_options.txt
parent0f0dffd4127a0d064b461faf3ace5619e5cb1cf2 (diff)
downloadgnome-contacts-b499b306734d4f7f94a7d4d197cd034270a307ab.tar.gz
Build: make Maps optional.
This is a wanted feature for several reasons: * In an X11 session, this feature makes Contacts crash (for some). * In a Wayland session, it has trouble being properly rendered. * The status of what tile provider we can use is still unclear.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 040299d..2aa5cc6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,3 @@
option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'enable cheese webcam support')
+option('maps', type: 'boolean', value: true, description: 'Enable built-in support for maps.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')