summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-14 02:44:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-14 03:32:37 +0200
commitb7b159d79c2b4ec53915e0b9c3e28912c289a5ba (patch)
tree2510d25832202cfbc79378473b497540dd5a5500 /RepositoryExternal.mk
parent6f12914ddfb4d69c0267b206be654c875da17426 (diff)
remove the old collaboration feature based on telepathy
Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485 Reviewed-on: https://gerrit.libreoffice.org/36542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c7671a336466..6641d2b63a1b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2537,26 +2537,6 @@ endef
endif # ENABLE_DBUS
-ifeq ($(ENABLE_TELEPATHY),TRUE)
-
-define gb_LinkTarget__use_telepathy
-$(call gb_LinkTarget_set_include,$(1),\
- $$(INCLUDE) \
- $(TELEPATHY_CFLAGS) \
-)
-
-$(call gb_LinkTarget_add_libs,$(1),\
- $(TELEPATHY_LIBS) \
-)
-
-endef
-
-else # !ENABLE_TELEPATHY
-
-gb_LinkTarget__use_telepathy :=
-
-endif # ENABLE_TELEPATHY
-
ifneq ($(SYSTEM_LIBPNG),)
define gb_LinkTarget__use_png