diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-06-12 22:25:22 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-13 10:41:24 +0200 |
commit | 4ffdb6750fa7d656d249a745f9c6d5ba98353b14 (patch) | |
tree | b76a1b0d910886e9e6519c6fa31d918d253ebc3e /RepositoryExternal.mk | |
parent | 144edb88d29d397604010734f2d6c2e9d7626d1c (diff) |
remove TDE integration (vclplug, address book, config backend)
It has ~no users, can't even be built on modern Linuxes, and it annoys
folks who want to refactor VCL.
Per ESC decision from 2017-06-08, remove --enable-tde and --enable-tdeab.
Change-Id: I51ce4786f29f8fcac2e2bb2a654c41fbfbbd8afd
Reviewed-on: https://gerrit.libreoffice.org/38718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index eb0b3e2c9d40..b821955f21d2 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2975,28 +2975,6 @@ endef endif # ENABLE_KDE4 -ifeq ($(ENABLE_TDE),TRUE) - -define gb_LinkTarget__use_tde -$(call gb_LinkTarget_add_libs,$(1),\ - $(TDE_LIBS) \ -) - -$(call gb_LinkTarget_set_include,$(1),\ - $$(INCLUDE) \ - $(TDE_CFLAGS) \ -) -endef - -else # ! ENABLE_TDE - -define gb_LinkTarget__use_tde - -endef - -endif # ENABLE_TDE - - # PYTHON # extra python_headers external because pyuno wrapper must not link python ifneq ($(SYSTEM_PYTHON),) |