summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-10-08 23:38:05 +1000
committerTor Lillqvist <tml@collabora.com>2017-03-10 11:05:54 +0000
commit3de2e8a32bead23229b263f21d4dff13dc695e4d (patch)
treee48dec154ab7996ed2956a6d85afd5f4549fd093 /Repository.mk
parent75f118da50b217956ee7a735e921524d0c2935ff (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 b6262238a5b7..ec7340445edb 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -659,6 +659,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 \
) \
))
@@ -666,6 +667,7 @@ ifneq ($(BUILD_X64),)
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
$(if $(DISABLE_ACTIVEX),,\
so_activex_x64 \
+ spsupp_x64 \
) \
))
endif