summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-12-14 16:44:14 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-12-15 15:24:52 +0100
commit023ebf17898db4bca63129f079fd90b5cf76c1a9 (patch)
treef0c72239af05ea4b1435b69ebf38d9ab88c49e47 /RepositoryExternal.mk
parentf45b7871e7d31dfc6ed31d1b79928990bba0d0dd (diff)
ucb: remove --with-webdav=neon
Remove code in ucb/source/ucp/webdav-neon, and now unused external neon. The --with-webdav=no option is retained for now. Change-Id: I4ce429587e3991fa82009da2f8e4a068abe36435 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126839 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk40
1 files changed, 0 insertions, 40 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index dbe4d8e28ba4..5569aa0f1027 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1080,46 +1080,6 @@ endef
endif # SYSTEM_LIBLANGTAG
-ifeq ($(WITH_WEBDAV),neon)
-
-ifneq ($(SYSTEM_NEON),)
-
-define gb_LinkTarget__use_neon
-$(call gb_LinkTarget_add_defs,$(1),\
- -DNEON_VERSION=0x$(NEON_VERSION) \
- -DSYSTEM_NEON \
-)
-$(call gb_LinkTarget_set_include,$(1),\
- $$(INCLUDE) \
- $(NEON_CFLAGS) \
-)
-
-$(call gb_LinkTarget_add_libs,$(1),$(NEON_LIBS))
-
-endef
-
-else # !SYSTEM_NEON
-
-$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo,\
- neon \
-))
-
-define gb_LinkTarget__use_neon
-$(call gb_LinkTarget_use_unpacked,$(1),neon)
-$(call gb_LinkTarget_set_include,$(1),\
- -I$(call gb_UnpackedTarball_get_dir,neon/src) \
- $$(INCLUDE) \
-)
-$(call gb_LinkTarget_use_libraries,$(1),\
- neon \
-)
-
-endef
-
-endif # SYSTEM_NEON
-
-endif # WITH_WEBDAV
-
ifneq ($(SYSTEM_REDLAND),)
define gb_LinkTarget__use_librdf