summaryrefslogtreecommitdiffstats
path: root/freetype
Commit message (Collapse)AuthorAgeFilesLines
* 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/+2
|
* keep the module name consistent in build.lstNorbert Thiebaud2012-01-301-3/+3
|
* Don't use soname, Android doesn't support thatTor Lillqvist2012-01-051-0/+9
|
* Don't bother with a freetype2 subdirectory for headers after allTor Lillqvist2011-12-111-4/+4
|
* Download and build FreeType and fontconfig for AndroidTor Lillqvist2011-12-114-0/+81
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.