summaryrefslogtreecommitdiffstats
path: root/freetype
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* Use gb_VISIBILITY_FLAGSTor Lillqvist2012-11-191-1/+2
| | | | Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7
* tweak some build.lsts...Michael Stahl2012-11-151-1/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* cleanup README files.Michael Meeks2012-11-051-7/+7
| | | | | Convert DOS -> unix newlines. Cleanup and clarify several files.
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-1/+1
| | | | | | | | | | | | | | | | | | Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* freetype: convert to gbuildMatúš Kukan2012-10-248-67/+158
| | | | Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef
* Mention that these are used for Android onlyTor Lillqvist2012-10-101-0/+2
| | | | Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8
* add a README filesManal Alhassoun2012-10-101-0/+6
| | | | | | | 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>
* freetype: add missing "solenv" dependencyMichael Stahl2012-08-131-2/+1
| | | | Change-Id: I317c7e641ecee750b858e3c120544dfa14ae4044
* 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.