summaryrefslogtreecommitdiffstats
path: root/scp2/InstallScript_setup_osl.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-12 22:25:22 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-13 10:41:24 +0200
commit4ffdb6750fa7d656d249a745f9c6d5ba98353b14 (patch)
treeb76a1b0d910886e9e6519c6fa31d918d253ebc3e /scp2/InstallScript_setup_osl.mk
parentuitest: extract the wait time for the dialogs (diff)
downloadcore-4ffdb6750fa7d656d249a745f9c6d5ba98353b14.tar.gz
core-4ffdb6750fa7d656d249a745f9c6d5ba98353b14.zip
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 'scp2/InstallScript_setup_osl.mk')
-rw-r--r--scp2/InstallScript_setup_osl.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/scp2/InstallScript_setup_osl.mk b/scp2/InstallScript_setup_osl.mk
index 862db6190b8f..63121d2cdc75 100644
--- a/scp2/InstallScript_setup_osl.mk
+++ b/scp2/InstallScript_setup_osl.mk
@@ -41,9 +41,6 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\
$(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
scp2/onlineupdate \
) \
- $(if $(filter TRUE,$(ENABLE_TDE)),\
- scp2/tde \
- ) \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: