summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-09-14 11:03:48 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2023-09-14 12:55:33 +0200
commit5bf7c2fa57946cc3323a1d4ee1b2f31d805ae06f (patch)
tree5bcc1d64fdb6ab4b41cc3ad50feaec73c25e77ab /desktop
parent1d4cd39262fb71f72311e33ac2bdb7d925be5d98 (diff)
Fix --disable-curl build
Change-Id: I3020d41eb6d0988cc886495a88a073a23bc8161c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156910 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Library_sofficeapp.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk
index 0ae136c70e50..641efda7eda2 100644
--- a/desktop/Library_sofficeapp.mk
+++ b/desktop/Library_sofficeapp.mk
@@ -24,9 +24,10 @@ $(eval $(call gb_Library_use_externals,sofficeapp, \
icu_headers \
icui18n \
icuuc \
+ $(if $(ENABLE_CURL), \
$(if $(filter-out EMSCRIPTEN iOS,$(OS)), \
curl \
- )\
+ ))\
$(if $(ENABLE_ONLINE_UPDATE_MAR),\
orcus-parser \
orcus )\