summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2011-11-14 12:35:07 +0000
committerJürgen Schmidt <jsc@apache.org>2011-11-14 12:35:07 +0000
commit3360d33d73a80c1c114af3e34ad7867e0388e9be (patch)
tree267a42f5b186e33a99e1ef5f4017cb4edfe52230 /postprocess
parentd931eec926f50f5f4facba1febaf168a3fb300f4 (diff)
118584: remove internal neon and dependencies, build webdav ucp only if system neon is enabled
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 298d248b82b8..74da9c5d033a 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -214,7 +214,7 @@ my_components += wpft
my_components += emboleobj
.END
-.IF "$(DISABLE_NEON)" != "TRUE"
+.IF "$(SYSTEM_NEON)" == "YES"
my_components += ucpdav1
.END