summaryrefslogtreecommitdiffstats
path: root/fontconfig
Commit message (Collapse)AuthorAgeFilesLines
* Mention that these are used for Android onlyTor Lillqvist2012-10-101-0/+2
| | | | Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8
* add a README filesManal Alhassoun2012-10-101-0/+4
| | | | | | | Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034 Reviewed-on: https://gerrit.libreoffice.org/852 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* Use different symbol names in the two expat variants we buildTor Lillqvist2012-10-031-0/+20
| | | | | | | We need to be able to link both into one binary in the disable-dynloading case. Change-Id: I499e204dfef2af488d4a350cb3a5bcfc03ca887f
* For kicks, enable cross-building for Android on MIPSTor Lillqvist2012-08-161-2/+2
| | | | Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Build freetype and fontconfig statically for AndroidTor Lillqvist2012-04-202-2/+4
|
* Use -g in CFLAGS when debugging requestedTor Lillqvist2012-04-041-0/+4
|
* keep the module name consistent in build.lstNorbert Thiebaud2012-01-301-3/+3
|
* Must use the "ascii" version of our expat build with fontconfigTor Lillqvist2012-01-131-1/+1
| | | | | | | | | | | | Sigh, spent one day, more or less, tracking down a weird fontconfig problem, where all the diagnostic it offered was "unknown encoding" when reading the fonts.conf file. It turned out that I was being screwed by our fun two versions of the expat_xmlparse library: One where XML_Char is char and one where it is short. The intuitively "more normally" named libexpat_xmlparse is the latter, but fontconfig works only with the former as it implicitly expects XML_Char to be char.
* Don't use soname, Android doesn't support thatTor Lillqvist2012-01-051-0/+9
|
* Mark fontconfig as depending on expatTor Lillqvist2011-12-161-1/+1
|
* Download and build FreeType and fontconfig for AndroidTor Lillqvist2011-12-114-0/+117
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.