summaryrefslogtreecommitdiffstats
path: root/external/freetype
Commit message (Collapse)AuthorAgeFilesLines
* fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier2014-05-191-1/+1
| | | | | | | | | VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
* libgltf: Make it link with freetype on Windows.Jan Holesovsky2014-04-222-21/+0
| | | | Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
* Disable gltf support on mac until freetype build problems are fixedZolnai Tamás2014-04-201-2/+1
| | | | | | This reverts commit 68baa264a5c36f99bf946fae92e0faef53b737f3. Change-Id: Iea889a3188783f6c0d853f04e2b43442e0a692cc
* Try to fix mac build: use -arch flag to configure freetypeZolnai Tamás2014-04-201-1/+2
| | | | Change-Id: Ibc1fb03405c3dc0df952f96ecd9b2a4438c9c627
* use the visual studio project fileMarkus Mohrhard2014-04-183-0/+30
| | | | Change-Id: Ie0914715676830f073cce869183d8db6260fe208
* Fix android build: fix conditionZolnai Tamás2014-04-181-1/+1
| | | | Change-Id: I5e20375791f038b38ef079712204a1afed07c39c
* Freetype is needed by libgltf on all platformsZolnai Tamás2014-04-183-14/+12
| | | | Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf
* Fix freetype and fontconfig problemsTor Lillqvist2013-10-241-2/+2
| | | | | | | | | | We need to do a "make install" in freetype so that what freetype-config --libs outputs is correct. We don't use freetype-config ourselves but fontconfig does, and it builds some test programs. The bundled freetype and fontconfig are built only for Android. Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca
* freetype: use libraries from WORKDIRMichael Stahl2013-10-242-23/+0
| | | | Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
* Fix building from inside modules moved to externalKhaled Hosny2013-10-181-1/+1
| | | | Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
* fdo#70393: move freetype to a subdir of externalKhaled Hosny2013-10-187-0/+128
Change-Id: I533d855e30e46b937d27d185eabc0ca3a3473f4d Reviewed-on: https://gerrit.libreoffice.org/6304 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>