Repository.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 299b72e4c9ad239d747e47eaf004400f5a590695
Author: Rene Engelhard <[email protected]>
AuthorDate: Thu Jul 29 12:58:32 2021 +0200
Commit: Christian Lohmaier <[email protected]>
CommitDate: Sat Jul 31 20:05:01 2021 +0200
fix install with --disable-cmis
Change-Id: I51430a860a0b5047b566ed8184f0f563ec54f288
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119661
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/Repository.mk b/Repository.mk
index 9d3ef1bcc1e3..c19e3f264250 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -433,7 +433,7 @@ $(eval $(call
gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
ucpexpand1 \
ucpext \
ucpimage \
- ucpcmis1 \
+ $(if $(ENABLE_LIBCMIS),ucpcmis1) \
ucptdoc1 \
unordf \
unoxml \