summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-07-24 20:13:43 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-07-24 18:37:39 +0000
commitf853cbbc37ae346c4c1f8b1a6bdbc0eac03eef2e (patch)
tree9c0d9ad57df652510f25ff04a474b90bf3086496 /meson_options.txt
parent4b49de1046c54305260debebe4e12a987ea868b9 (diff)
downloadgnome-contacts-f853cbbc37ae346c4c1f8b1a6bdbc0eac03eef2e.tar.gz
Remove all Telepathy patches
We were keeping them alive because we thought Purism were using it, but apparently that's not the case (or no longer). Just remove it.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c672bba..600f109 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,4 @@
option('profile', type: 'combo', choices: [ 'default', 'development' ], value: 'default', description: 'Indicate whether this is a nightly build (used for CI purposes)')
option('camera', type: 'boolean', value: true, description: 'Support creaing an avatar with the webcam using the XDG camera portal')
-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.')