diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-25 21:47:33 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-06 12:36:22 +0100 |
commit | dcae0509135c2067635ae3cf84b05dc9fb3d2d02 (patch) | |
tree | bf27a61ace258b814b37e3cfc9980e047e9f4d4c /Repository.mk | |
parent | 0b27253aff771e104a9fd5d17595b205b2fc39fd (diff) |
Build webdav based on serf if neon is disabled.
Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 79d7089d8588..5072b708f146 100644 --- a/Repository.mk +++ b/Repository.mk @@ -533,7 +533,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ textconv_dict \ ucb1 \ ucbhelper \ - $(if $(DISABLE_NEON),,ucpdav1) \ + $(if $(WITH_WEBDAV),ucpdav1) \ ucpfile1 \ ucpftp1 \ ucpchelp1 \ |