summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-06-29 17:34:30 +0200
committerJan Holesovsky <kendy@collabora.com>2015-06-29 17:43:31 +0200
commite03a5f5e8303668cb68844b6df9ec53a561792bc (patch)
tree3424fadf42fb83b06ff16e47c3d832e57a783241 /Repository.mk
parent8c07510faa32211536a1d3c461b674812b025bdd (diff)
online update: Configure switch --enable-online-update=mar
This will enable the mar-based online update instead of the 'traditional' one. At the moment, this does not build, as libbz2 was not packaged as an external library yet. Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index b12e3b0979db..b3c34f891038 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -179,12 +179,12 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
))
endif
+ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
$(eval $(call gb_Helper_register_executables_for_install,OOO,updater,\
- $(if $(ENABLE_ONLINE_UPDATE), \
mar \
updater \
- ) \
))
+endif
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
$(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \