diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-16 16:42:51 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-16 16:53:49 +0200 |
commit | 081d76c3faa9f242e70f94a253d334e29b7e6595 (patch) | |
tree | a45bb8f581b1efcf187ad2cefd51eebb9fad251e /android | |
parent | 6c1852c5526a947f2fb6007dc6a85da588e04b61 (diff) |
Attempt to manage without Berkeley DB on iOS and Android
Berkeley DB is used for help index and extension database. (Possibly
only for a backward-compatible format of the latter, I am not sure.)
Neither use makes much sense on Android and iOS.
The existing help is for LO on desktop OSes anyway, help for LO-based
apps on iOS and Android will naturally be quite different.
On iOS there will definitely be no "extensions", and probably we don't
want to bother with such on Android either.
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index cd09db12a7cd..22d4ebafea31 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -60,7 +60,6 @@ copy-stuff: bootstrap.uno \ comphelpgcc3 \ configmgr.uno \ - db-4.7 \ fontconfig \ forlo \ foruilo \ |