diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:00:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-05 12:38:56 +0200 |
commit | 4eaa08f1d4e110dd3c3f464eaf9e7c526b7c28f7 (patch) | |
tree | 3fb3da31762ad7f2ab45e5f666f0e6d3b322d319 /postprocess/Rdb_services.mk | |
parent | 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5 (diff) |
Let's try to manage without building libcmis for iOS
libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e
we don't build that for iOS.
Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552
Diffstat (limited to 'postprocess/Rdb_services.mk')
-rwxr-xr-x | postprocess/Rdb_services.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index fc7c671b9d43..ad1ac490aff1 100755 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -92,7 +92,7 @@ $(eval $(call gb_Rdb_add_components,services,\ ucb/source/sorter/srtrs1 \ ucb/source/core/ucb1 \ ucb/source/cacher/cached1 \ - ucb/source/ucp/cmis/ucpcmis1 \ + $(if $(ENABLE_CMIS),ucb/source/ucp/cmis/ucpcmis1) \ ucb/source/ucp/expand/ucpexpand1 \ ucb/source/ucp/ext/ucpext \ ucb/source/ucp/file/ucpfile1 \ |