diff options
author | Jürgen Schmidt <jsc@apache.org> | 2011-11-14 12:35:07 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2011-11-14 12:35:07 +0000 |
commit | 3360d33d73a80c1c114af3e34ad7867e0388e9be (patch) | |
tree | 267a42f5b186e33a99e1ef5f4017cb4edfe52230 /ucb | |
parent | d931eec926f50f5f4facba1febaf168a3fb300f4 (diff) |
118584: remove internal neon and dependencies, build webdav ucp only if system neon is enabled
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/prj/build.lst | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/makefile.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ucb/prj/build.lst b/ucb/prj/build.lst index 6f2d146aabbf..20f42e276bb6 100644 --- a/ucb/prj/build.lst +++ b/ucb/prj/build.lst @@ -1,4 +1,4 @@ -uc ucb : cppuhelper CURL:curl OPENSSL:openssl NEON:neon LIBXML2:libxml2 LIBXSLT:libxslt offapi sal salhelper ucbhelper udkapi comphelper tools NULL +uc ucb : cppuhelper CURL:curl OPENSSL:openssl LIBXML2:libxml2 LIBXSLT:libxslt offapi sal salhelper ucbhelper udkapi comphelper tools NULL uc ucb usr1 - all uc_mkout NULL uc ucb\inc nmake - all uc_inc NULL uc ucb\source\regexp nmake - all uc_regexp uc_inc NULL diff --git a/ucb/source/ucp/webdav/makefile.mk b/ucb/source/ucp/webdav/makefile.mk index 162d58266406..8d7591383943 100644 --- a/ucb/source/ucp/webdav/makefile.mk +++ b/ucb/source/ucp/webdav/makefile.mk @@ -48,10 +48,10 @@ NO_BSYMBOLIC=TRUE .INCLUDE: settings.mk .IF "$(L10N_framework)"=="" -.IF "$(DISABLE_NEON)" == "TRUE" +.IF "$(SYSTEM_NEON)" != "YES" @all: - @echo "neon disabled...." + @echo "no system neon is used...." .ELSE |