Kaydet (Commit) 2f74b684 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try to manage without curl on non-desktop platforms (iOS, for me)

We don't build curl for iOS. (Don't remember why exactly, but anyway,
this persona thing is surely a feature relevant for desktop platforms
only, and certainly not a good reason to start building curl.)

Change-Id: Ia2acebe77a0acb9dbf5858e6524c444e772ac8c8
Reviewed-on: https://gerrit.libreoffice.org/61520
Tested-by: Jenkins
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 60706b01
...@@ -66,7 +66,8 @@ $(eval $(call gb_Library_use_externals,cui,\ ...@@ -66,7 +66,8 @@ $(eval $(call gb_Library_use_externals,cui,\
boost_headers \ boost_headers \
$(call gb_Helper_optional,OPENCL,\ $(call gb_Helper_optional,OPENCL,\
clew) \ clew) \
curl \ $(call gb_Helper_optional,DESKTOP,\
curl) \
icuuc \ icuuc \
icu_headers \ icu_headers \
orcus-parser \ orcus-parser \
...@@ -174,7 +175,8 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ ...@@ -174,7 +175,8 @@ $(eval $(call gb_Library_add_exception_objects,cui,\
cui/source/options/optpath \ cui/source/options/optpath \
cui/source/options/optsave \ cui/source/options/optsave \
cui/source/options/optupdt \ cui/source/options/optupdt \
cui/source/options/personalization \ $(call gb_Helper_optional,DESKTOP,\
cui/source/options/personalization) \
cui/source/options/personasdochandler \ cui/source/options/personasdochandler \
cui/source/options/radiobtnbox \ cui/source/options/radiobtnbox \
cui/source/options/sdbcdriverenum \ cui/source/options/sdbcdriverenum \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment