summaryrefslogtreecommitdiff
path: root/external/freetype
AgeCommit message (Collapse)AuthorFilesLines
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl2-0/+27
Hopefully this should fix up the most important external libraries. Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400
2014-05-26externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl1-1/+1
Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7
2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier1-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
2014-04-22libgltf: Make it link with freetype on Windows.Jan Holesovsky2-21/+0
Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
2014-04-20Disable gltf support on mac until freetype build problems are fixedZolnai Tamás1-2/+1
This reverts commit 68baa264a5c36f99bf946fae92e0faef53b737f3. Change-Id: Iea889a3188783f6c0d853f04e2b43442e0a692cc
2014-04-20Try to fix mac build: use -arch flag to configure freetypeZolnai Tamás1-1/+2
Change-Id: Ibc1fb03405c3dc0df952f96ecd9b2a4438c9c627
2014-04-18use the visual studio project fileMarkus Mohrhard3-0/+30
Change-Id: Ie0914715676830f073cce869183d8db6260fe208
2014-04-18Fix android build: fix conditionZolnai Tamás1-1/+1
Change-Id: I5e20375791f038b38ef079712204a1afed07c39c
2014-04-18Freetype is needed by libgltf on all platformsZolnai Tamás3-14/+12
Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf
2013-10-24Fix freetype and fontconfig problemsTor Lillqvist1-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
2013-10-24freetype: use libraries from WORKDIRMichael Stahl2-23/+0
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
2013-10-18Fix building from inside modules moved to externalKhaled Hosny1-1/+1
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-18fdo#70393: move freetype to a subdir of externalKhaled Hosny7-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>