summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Yee <ny.nathan.yee@gmail.com>2015-06-22 11:01:15 -0700
committerJan Holesovsky <kendy@collabora.com>2015-06-29 17:43:30 +0200
commit07b10078ef20f95b414ef1e24a239ae5c2186bbf (patch)
tree4993bf9c2040acbb6432780948a3632aac77c37f
parentonline update: Add preliminary support for creating MAR libraries (diff)
downloadcore-07b10078ef20f95b414ef1e24a239ae5c2186bbf.tar.gz
core-07b10078ef20f95b414ef1e24a239ae5c2186bbf.zip
online update: Add MAR library creation capability
Change-Id: Icf2a97b4b6f7bc75aaaec86bf5bc56192396d4e4
-rw-r--r--Repository.mk1
-rw-r--r--RepositoryModule_host.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index aeb02ac53269..29113d13f4eb 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -227,6 +227,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
$(if $(ENABLE_ONLINE_UPDATE), \
+ mar \
updatecheckui \
updchk \
) \
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index b215316d70a1..b1c1a49f8da9 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -89,6 +89,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
$(call gb_Helper_optional,ODK,odk) \
offapi \
officecfg \
+ onlineupdate \
oovbaapi \
oox \
$(call gb_Helper_optional,OPENCL,opencl) \