diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-13 00:41:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-13 01:31:49 +0200 |
commit | f7392b334aa95e0896c9dd88bd74c92bc7e8b183 (patch) | |
tree | 8dece8db13ee364039cb960cb4d6e8be6d1a11bc /android | |
parent | 6e3457da7c95b8a36c4a9fb904bfc12129c98c80 (diff) |
Fontconfig must have a cachedir, so hardcode one for now
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/fonts.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/android/qa/sc/fonts.conf b/android/qa/sc/fonts.conf index 73e8a35dd42c..0eb05a2e3395 100644 --- a/android/qa/sc/fonts.conf +++ b/android/qa/sc/fonts.conf @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- /etc/fonts/fonts.conf file to configure system font access --> <fontconfig> @@ -50,7 +50,11 @@ <!-- Font cache directory list --> - <!-- NO THANKS --> + <!-- Yeah this hardcoding is wrong of course, will have to fix + later to patch in proper code in fontonfig on Android to + find out a good place. + --> + <cachedir>/data/data/org.libreoffice.android.qa.sc/fontconfig</cachedir> <config> <!-- |