summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index c6b3b1c..f2d4669 100644
--- a/meson.build
+++ b/meson.build
@@ -61,11 +61,6 @@ libportal_dep = dependency('libportal-gtk4', version: '>= 0.6')
# cheese_dep = dependency('cheese', required: get_option('cheese'))
# cheese_gtk_dep = dependency('cheese-gtk', version: '>= 3.3.91', required: get_option('cheese'))
-if get_option('telepathy')
- folks_telepathy = dependency('folks-telepathy', version: '>=' + min_folks_version)
- telepathy_glib = dependency('telepathy-glib', version: '>= 0.22.0')
-endif
-
valadoc = find_program('valadoc', required: get_option('docs'))