summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-09-16 20:46:08 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-09-16 20:57:38 +0200
commit796eaaa5595642908d847397c88880ea1e9da1a6 (patch)
tree4a5f666fde248e7e5d32ff021e20e0f0ad191d52 /meson_options.txt
parent13f9f53c9eb84b4e6c9a321aa52b661685507c7c (diff)
downloadgnome-contacts-796eaaa5595642908d847397c88880ea1e9da1a6.tar.gz
Don't build telepathy by default.
Fixes #103
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bd993df..2d967a6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('cheese', type: 'boolean', value: true, description: 'Enable cheese webcam support.')
-option('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
+option('telepathy', type: 'boolean', value: false, description: 'Enable Telepathy call/chat support.')
option('manpage', type: 'boolean', value: true, description: 'Enable building man pages.')
option('docs', type: 'boolean', value: false, description: 'Whether to build the valadoc docs.')