summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_registry.mk2
-rwxr-xr-xpostprocess/Rdb_services.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index ebd2afeb9bab..76f722c8b64f 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -335,7 +335,7 @@ ifneq (unx,$(GUIBASE))
postprocess_FILES_main += \
$(postprocess_MOD)/org/openoffice/Office/Paths-notunixdesktop.xcu
endif
-ifeq ($(DISABLE_NEON),$(false))
+ifneq ($(WITH_WEBDAV),)
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/ucb/Configuration-neon.xcu
endif
ifeq ($(ENABLE_EVOAB2),TRUE)
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 41f30777cef6..f6a9b17be901 100755
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -152,7 +152,7 @@ $(eval $(call gb_Rdb_add_components,services,\
winaccessibility/source/service/winaccessibility \
) \
) \
- $(if $(DISABLE_NEON),, \
+ $(if $(WITH_WEBDAV), \
ucb/source/ucp/webdav-neon/ucpdav1 \
) \
$(if $(DISABLE_SCRIPTING),, \