summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-03-09 16:21:07 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2022-03-09 19:00:31 +0100
commit06e4c6fd51f60f1f7d474ede321fe031cde0b3ca (patch)
treeb0ef3e2eec815f831b37f9d0e39e1cdd1efc27bc /postprocess
parentd84595ec6da2555937874556a22677f41eb39984 (diff)
TODO: does it need own component file?
Change-Id: I01e169e9445b2711d95c83a07f3c26507b5c1ab1
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index f8c5047de79f..35955d90ac3e 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -168,6 +168,9 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(WITH_WEBDAV), \
ucb/source/ucp/webdav-neon/ucpdav1 \
) \
+ $(if $(filter curl,$(WITH_WEBDAV)), \
+ ucb/source/ucp/webdav-curl/ucpdav1 \
+ ) \
$(call gb_Helper_optional,SCRIPTING, \
basctl/util/basctl \
basic/util/sb \