summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-10-08 23:38:05 +1000
committerAndras Timar <andras.timar@collabora.com>2017-03-29 15:01:59 +0200
commitf11e8dd0b2e5ac1b776ab2d7346d55639f67199e (patch)
tree5a5e4a7f04a8ea83cc6d3da99df37e8d3e95a7f8 /Repository.mk
parent36f2eae1cd9ffe7cee915a72454a8e743cbf9bdd (diff)
tdf#103058: Implement OpenDocuments ActiveX control
Change-Id: I97489090476cd884a122a4b36d3ac62ca86fd886 Reviewed-on: https://gerrit.libreoffice.org/29608 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index eef2560df460..6eade9020edd 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -628,6 +628,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbina
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
$(if $(DISABLE_ACTIVEX),,\
so_activex \
+ spsupp \
) \
))
@@ -635,6 +636,7 @@ ifneq ($(BUILD_X64),)
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
$(if $(DISABLE_ACTIVEX),,\
so_activex_x64 \
+ spsupp_x64 \
) \
))
endif