summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2017-11-07 12:18:57 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2018-01-01 11:06:29 +0800
commitedb3283f5277d9984765e5e58580f1eaf3256942 (patch)
tree2fc15efba513f8bd9880d5e2741ad4ff994eacc6 /meson_options.txt
parent489f6d3c01f4ea0bdfa3a9cca0dae727517706ee (diff)
downloadgnome-contacts-edb3283f5277d9984765e5e58580f1eaf3256942.tar.gz
Make telepathy dependency optional
Telepathy is on the way out; remove the mandatory dependency from gnome-contacts. https://bugzilla.gnome.org/show_bug.cgi?id=790037
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 2aa5cc6..fa67894 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
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('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')