diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-09-14 11:03:48 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-09-14 12:55:33 +0200 |
commit | 5bf7c2fa57946cc3323a1d4ee1b2f31d805ae06f (patch) | |
tree | 5bcc1d64fdb6ab4b41cc3ad50feaec73c25e77ab /desktop | |
parent | 1d4cd39262fb71f72311e33ac2bdb7d925be5d98 (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.mk | 3 |
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 )\ |